Thanks alot Mr. Holgate...

>on makearray thetext
>   repeat while thetext contains "!"
>     c = offset("!",thetext)
>     put "," into char c of thetext
>   end repeat
>   repeat while thetext contains "~"
>     c = offset("~",thetext)
>     put "],[" into char c of thetext
>   end repeat
>   return value("[["&thetext&"]]")
>end

Dang... Do you know how long my non-working code is???
Mine is 40 lines, yet your 11 line function works great...
How depressing... :( Got a long long way to go...

Thanks again... have a nice weekend...

Jason

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to