ItemDel
David Tremmel
david.tremmel at duke.edu
Wed Jul 31 08:20:01 EDT 2002
Since AFAIK the itemDel can only be a single character, the best approach
may be to replace your delimiter string with a single character, for
example:
replace "*$*" with tab in mylist
set itemDel to tab
get item 3 of mylist
Regards,
Dave Tremmel
--
David Tremmel
Assistant Director, National Phytotron
Duke University
Phytotron Bldg. Phone: (919) 660-7415
Box 90340 FAX: (919) 660-7425
Durham, NC 27708-0340 E-mail: david.tremmel at duke.edu
Hi,
is it possible to write a function which should extract an item of a
list BUT the itemDel should be, NOT one Char, but a charset of 3
chars !
my list :
one*$*Two*$*Three*$Four
I'd like to get item 3 with is "Three"
In this case the itemdel is "*$*"
thank you
--
Greetings.
Yves COPPE
Email : yvescoppe at skynet.be
--__--__--
More information about the use-livecode
mailing list