item delimiter

Geoff Canyon gcanyon at inspiredlogic.com
Tue Jun 4 13:24:01 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
-- 

regards,

Geoff Canyon
gcanyon at inspiredlogic.com




More information about the use-livecode mailing list