Functions and repeat for each

2005-06-07 Thread ron barber
Hi, In an effort to speed up a process of importing, converting and htmling some text I ran across this unexpected (to me) result: put uniencode(return,Japanese) into unireturn repeat for each line l in thetext put uniencode(l,Japanese)unireturn after newtext end repeat set the

Re: Functions and repeat for each

2005-06-07 Thread Dar Scott
On Jun 7, 2005, at 6:24 AM, ron barber wrote: put uniencode(return,Japanese) into unireturn repeat for each line l in thetext put uniencode(l,Japanese)unireturn after newtext end repeat set the unicodetext of fld Utext to newtext is much much faster as the size of thetext gets large