Uni wrote:
]> lista=list("sat","dua")
> member(1).text = string(lista)
> listb=list(member(1).text)
>
> but when I tried "put listb" this returns
> -- ["["sat", "dua"]"]
>
> How do i get rid of the "[" and "]" ? so that I can put it back to a list.

to convert back use
 listb=value(member(1).text)

Brad


[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!]

Reply via email to