On Feb 26, 2006, at 12:06 AM, Martin Baxter wrote:

Garrett Hylltun wrote:
Greetings,
How do I delete one field of data from a delimited string?  Such as:
item 1,item 2, item 3, item 4
And I want to delete "item 3" from the delimited string so that I end up with:
item 1,item 2, item 4
Thanks,
-Garrett

put "Ya,boo,hoo" into tmp
delete item 2 of tmp
put tmp

Figures it was something as obvious and simple as that!  :-)

Thanks a bunch :-)
-Garrett
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to