Creating a customkey from a variable
    Glen Bojsza 
    gbojsza at gmail.com
       
    Wed Apr 27 12:27:39 EDT 2011
    
    
  
Hello,
Hopefully someone is still looking at the list while the conference is going
on...
I want to create a customkey from a variable.
on mouseup
put "Math" into testname
set the testname[student] of this stack to score
end mouseup
this doesn't create the customkey or properties for me but if I don't use a
variable it will work?
on mouseup
set the Math[student] of this stack to score
end mouseup
I really would like to use a variable so I can automatically create the
customkeys on the fly.
Any suggestions?
regards,
Glen
    
    
More information about the use-livecode
mailing list