Notifications
Clear all

[Closed] force a script to evaluate?

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

Dave,

Those scripts probably suffer from implicitly declared variables. You should declare them explicity as locals and/or globals.

Light