Is it legal to do comments in C/C++ style using /* comment */ and //
It seems to mess up the replay in some locations.
I know you can use Remark>
comments
Moderators: JRL, Dorian (MJT support)
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
I believe that it is OK to use the examples you showed (/*, */ and // ). According the Macro Scheduler Help,
But these comments must be on their own line. If they are added to the right of an existing line, you may end up including thoses comments as part of a value of the last variable/formula/label, etc.
Can you provide an example of script where this fails, and what failure/error symptoms/messages you get?
I use // extensively as my standard for comments.any text that is not a recognised command can be used for this purpose.
But these comments must be on their own line. If they are added to the right of an existing line, you may end up including thoses comments as part of a value of the last variable/formula/label, etc.
Can you provide an example of script where this fails, and what failure/error symptoms/messages you get?
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!