>set a = "abc"
>set b = "xyz"
>set abcxyz  = "hello"
>
>put ab
>"hello"

set a = "abc"
set b = "xyz"
set abcxyz = "hello"
do "put" && a&b
-- "hello"

set a = "abc"
set b = "xyz"
do "set" && a&b & "=" & quote & "hello" & quote
-- 

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

Reply via email to