Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!sdd.hp.com!spool.mu.edu!cs.umn.edu!kksys!edgar!mmug!UUCP From: Adrian.Amadeo@f13.n396.z1.fidonet.org (Adrian Amadeo) Newsgroups: comp.sys.mac.hypercard Subject: Variables in a list? Message-ID: <670758459.2@mmug.fidonet.org> Date: 4 Apr 91 03:11:00 GMT Sender: UUCP@mmug.fidonet.org Lines: 9 You are right: on foobar global G1,G2,G3 put "G1,G2,G3" into myList put 77 into item 2 of myList end foobar Once you put an item into quotes ie: "G1,G2,G3" then it becomes text. It does not retain it's status as a variable. ---