Hi Chris,
Basically, yes. But it is good coding practice to make code that may be used in
multiple places into its own handler (even better to make it a handler of a parent
script, but that can wait for now).
So instead, you would do something similar to the following:
put listToString(myLinearList) into field("entry")
where myLinearList is the list you want to convert to a string.
Regards,
Daniel
[EMAIL PROTECTED] wrote:
> Hi Daniel,
> Thank you for your response! I'm rather vague on how the listToString
> functions.......do I then say something like:
>
> put linearListOfStrings into field "entry" ?
[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!]