--- Jan Schenkel <[EMAIL PROTECTED]> wrote: > [snip] > - now we'll insert enough numToChar(255) to > cover the new height ; say the new heightr is > 250, then we need to insert a string the length > of 150*(250-10)=36000 times numToChar(255), > after char 1500 of the new maskData
Of course that ahs to be inserted in the middle of the maskData, not at the end, so : - now we'll insert enough numToChar(255) to cover the new height ; say the new heightr is 250, then we need to insert a string the length of 150*(250-10)=36000 times numToChar(255), after char 750 of the new maskData My apologies for the loss of concentration, Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
