Ardani Sarjito wrote

> Could you please tell what's wrong and Is there any other ways to get the
> same result?

Assuming you're converting a list to and from a string because you want to
save the list to a file, you could use the multiuser Xtra with D8.5 and save
the list as a list and not bother converting it to a string. For example

  --- save a list to a file
  aList = [1, "A", #B, VOID, "", member(4).picture, QUOTE&"foo"&Quote]
  file(the moviePath & "aList.tmp").writeValue(aList)

  -- read that file into a variable
  aList = file(the moviePath & "aList.tmp").readValue()

I dont think these functions are available under d8. in that case, you could
use the vList Xtra (wwww.updatestage.com) and propSave Xtra
(http://www.pimz.com)

Luke


[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