On 7/2/05 12:59 PM, "Richard Gaskin" <[EMAIL PROTECTED]> wrote:

> Anyone beat 157ms on a block of 20,000 words with 2,000 of them styled?

Applying the filter command might save some milliseconds.

>>   set the itemDelimiter to numToChar(28)
>>   repeat for each item i in tt
>>     if "font size=" is in i then

set the lineDelimiter to numToChar(28)
filter tt with "font size="
repeat for each line L in tt

Mark, would you try it on your data, and post the results, please?

-- Dick


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to