Hello Garrett,
Let me mention that in some other problem, you could need to keep room
for a further value of an item 3; then it would be :
put "item 1,item 2, item 3, item 4" into tmp
put empty into item 3 of tmp
put tmp
tmp = item 1,item 2,, item 4
Thus later, you can do :
put "new value" into item 3 of tmp
then getting tmp = tem 1,item 2,new value, item 4
Best regards from Grenoble
André
Le Sunday, 26 Feb 2006, à 09:27 Europe/Paris, Garrett Hylltun a écrit :
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
_______________________________________________
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