At 4:31 PM -0400 5/22/01, Bill Numerick wrote:
>Hi all,
>
>Quick question...is there a way to do variable variables in lingo?
>
>For example:
>
>set a = "abc"
>set b = "xyz"
>set abcxyz  = "hello"

Gosh, please don't do do in your code.

(the globals)[#gNewGlobal] = "clean way to create a global"
-- 

...---===|  Terry R. Schussler  |===---...
...---===|  Chief Investigator  |===---...

on visitWebsite yourSelection
 coolSites = [ \
   #advancedSeminars : "http://www.macromediaSEMINARS.com/";, \
   #directorUniversity: "http://www.directorU.com";, \
   #freeBehaviors : "http://www.behaviors.com/";]
 gotoNetPage coolSites[yourSelection]
end visitWebsite


[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