put the globals.count
-- 1
setAProp the globals, #x, "hi"
put the globals.count
-- 2
put x
-- "hi"

What I think Agust�n is (circuitously) suggesting is:


on LoadDataSet stdnum
  tData = (the globals)[symbol("gStandard" & stdnum & "DataRef")]
-- utilize tData as you see fit (it *should* hold the value of the global required)
End

but the list-access method Kerry and Cath suggest is "tidier". Problems of this nature generally suggest the use of a list to circumvent them


-Sean.

[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