When naming scripts, it is important not only to have unique names (so smGetHandle will get the right handle), but also not to have any reserved characters in it.
For example, a script named "P-Oil" will be interpreted by the compiler as P minus Oil and will fail compile. The error will be: Expected '(', in line the first line of the script.
Script names
- mbowdich
- Posts: 209
- Joined: Tue Oct 05, 2010 10:54 am
- jpurdum
- Enovation Controls Development
- Posts: 153
- Joined: Mon Jun 21, 2010 11:19 am
Re: Script names
Thanks - will share with our documentation folks...