Notifications
Clear all
[Closed] force a script to evaluate?
Nov 23, 2005 10:12 pm
is it possible to force a macroscript to evaluate itself from within the macroscript?
i got some macro scripts that refuse to run unless i open the macroscript and manually evaluate it. Once i evaluate it then it runs perfectly
1 Reply
Nov 23, 2005 10:12 pm
Dave,
Those scripts probably suffer from implicitly declared variables. You should declare them explicity as locals and/or globals.
Light