hi all,

I submit you a strange problem I'm encountering. I want to create local variables with the following script:

repeat with x = 1 to 3
    put empty into ("Myvar" & x)
end repeat      

Surprisingly, this does not work. In fact it opens the Error window which indicates:

Type    Chunck: bad destination
Object  button
line            put empty into ("Myvar" & x)
hint            (

Has someone an idea of what is happening?

Thank,
Thierry


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to