Hi,
you could:
myList = ["getUserName(" & QUOTE & "bill" & QUOTE & ")"]
put myList
-- ["getUserName("bill")"]
hope it helps,
Nelson
-----Original Message-----
From: the nightboy [mailto:[EMAIL PROTECTED]]
In javascript there are two different types of quotes(" & ')
The reason I ask is that I am trying to save a function as a list element
to be used later such as:
myList = ["getUserName("bill")"]
so then I could call this:
do(myList[1])
how would I save the element to the list so that it would contain the
quotes?
In javascript I could do this:
"getUserName('bill')"
is there something similar?
[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!]