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" ?

In other words, how do I get this to appear in my field or text sprite?
Chris

> From: Daniel Nelson <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Mon, 30 Jun 2003 11:31:25 -0500
> To: [EMAIL PROTECTED]
> Subject: Re: <lingo-l> totally stumped
> 
> Hi Chris,
> 
> gDatabase.addProp(<the property>, the list) --cann also replace addProp with
> setAProp
> 
> For creating a carriage return delimited string of list elements:
> 
> on listToString linearListOfStrings
> outputString = EMPTY
> repeat with aString in linearListOfStrings
> put aString & RETURN after outputString
> end repeat
> delete the last char of aString --the final carriage return
> return linearListOfStrings
> end listToString
> 
> 
> Regards,
> 
> Daniel
> 
> [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!]

[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