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

Reply via email to