Re: Saving and retreiving the value of a List

2001-05-29 Thread Irv Kalb
Mark already gave you the correct answer of using the value function (using the string function before writing, and the value function when reading back). However, if as you say, you are saving information into an external cast (stored on a hard disk), ther is an alternative approach. Check

Re: Saving and retreiving the value of a List

2001-05-29 Thread Colin Holgate
>Anyone know how I could fix that problem. gLabelList = value(field "label list storage") where the field "label list storage" contains: ["sec_1_1_1","sec_1_1_2"] -- [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messa

Re: Saving and retreiving the value of a List

2001-05-29 Thread Mark A. Boyd
At 09:09 5/29/2001, Allard, Simon wrote: >gLabelList = "["sec_1_1_1","sec_1_1_2"]" Use the value() function: gLabelList = value("["sec_1_1_1","sec_1_1_2"]") -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ

Saving and retreiving the value of a List

2001-05-29 Thread Allard, Simon
Hi all ! I'm making some test for a future project, where I have to strore the values of a list to an external cast, by putting the value into a field cast member. The problem is how do I retrieve the info from the field cast member and put it back into the list, so the next time the user put the