>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
>[EMAIL PROTECTED]
>
>_______________________________________________
>use-revolution mailing list
>[EMAIL PROTECTED]
>http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to