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
:-) HTH
Martin Baxter
_______________________________________________
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