item delimiter
Kee Nethery
kee at kagi.com
Tue Jun 4 13:32:03 EDT 2002
>At 8:48 AM -0700 6/4/02, Kee Nethery wrote:
>>put numtochar(30) into rs
>>put numtochar(29) into gs
>>repeat until offset(rs,thetext) = 0
>> put space into char offset(rs,thetext) of thetext
>>end repeat
>>repeat until offset(gs,thetext) = 0
>> put space into char offset(gs,thetext) of thetext
>>end repeat
>
>You could speed this up significantly by using:
>
>replace rs with space in thetext
>replace gs with space in thetext
cool, thanks. Kee
>--
>
>regards,
>
>Geoff Canyon
>gcanyon at inspiredlogic.com
>
>_______________________________________________
>use-revolution mailing list
>use-revolution at lists.runrev.com
>http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list