comments

General Macro Scheduler discussion

Moderators: JRL, Dorian (MJT support)

Post Reply
Chaoticz
Newbie
Posts: 15
Joined: Wed Apr 23, 2003 3:47 pm
Location: Atlanta, GA USA

comments

Post by Chaoticz » Fri May 09, 2003 6:16 pm

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>

User avatar
Bob Hansen
Automation Wizard
Posts: 2475
Joined: Tue Sep 24, 2002 3:47 am
Location: Salem, New Hampshire, US
Contact:

Post by Bob Hansen » Fri May 09, 2003 8:26 pm

I believe that it is OK to use the examples you showed (/*, */ and // ). According the Macro Scheduler Help,
any text that is not a recognised command can be used for this purpose.
I use // extensively as my standard for comments.

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!

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts