Hi Will

the labelList will return a RETURN delimited string with each line of the
string = a marker

ie
put the labelList
--"1
2
3
4
5
"

Therefore to convert the labelList to a "list" you would first create an
empty list
gMarkerList = []
or whatever the D5 equivalent is.

Then you determine the number of lines in the labelList and repeat through
the labellist adding the contents of each line to the new markerList. End
result would be something like:

put gMarkerList

-- ["1","2","3","4","5"]

Does that help?

Sincerely

Mark R. Jonkman


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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