On 5/6/04 11:20 AM, "Rodrigo Peres" <[EMAIL PROTECTED]> spewed forth:
> I'm retieving from a txt (I don't have control over it) a list with values
> for example like this: ["[1,2]","[3,4]","[12,1]"]
On ripList theList
output = []
repeat with I = 1 to theList.count
ouput.append(value(theList[I])
end repeat
return(ouput)
End
This will parse theList and make the strings actual values (list)
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/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!]