'Can run macro from clipboard but not from file?

I recently updated my EmEditor.


Previously:

  • had macro stored locally
  • could be run from inside app

After update:

  • running macro from file within app produces "Expected statement" for a line which has been commented out in the script (preceded with "//")

However, I can run the script if I copy the script to the clipboard and run in the app by going: Menu "Macro">>"Run clipboard".


What could be causing this and how do I get the app to run the script without having to run it from clipboard?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source