A small bug for LabelToVar>

General Macro Scheduler discussion

Moderators: Dorian (MJT support), JRL

Post Reply
User avatar
Grovkillen
Automation Wizard
Posts: 1009
Joined: Fri Aug 10, 2012 2:38 pm
Location: Bräcke, Sweden
Contact:

A small bug for LabelToVar>

Post by Grovkillen » Mon Nov 14, 2016 11:06 am

Please observe that it is not possible (with current version) to have a label NAME tabbed. See example below:

Code: Select all

  //Will NOT work
  /*
  Label_Name1:
  HELLO!
  */
    LabelToVar>Label_Name1,LABEL_DATA
    MDL>LABEL_DATA
    
//Will work
  /*
Label_Name2:
  HELLO!
  */
    LabelToVar>Label_Name2,LABEL_DATA
    MDL>LABEL_DATA
Let>ME=%Script%

Running: 15.0.24
version history

User avatar
Marcus Tettmar
Site Admin
Posts: 7378
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Re: A small bug for LabelToVar>

Post by Marcus Tettmar » Mon Nov 14, 2016 11:59 am

This is desired behaviour. By making the format of the label name precise it avoids mistaking something that is a comment for a label. All labels should have the label name unindented.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

User avatar
Grovkillen
Automation Wizard
Posts: 1009
Joined: Fri Aug 10, 2012 2:38 pm
Location: Bräcke, Sweden
Contact:

Re: A small bug for LabelToVar>

Post by Grovkillen » Mon Nov 14, 2016 12:59 pm

Ah, good to know. Nothing mentioned in the manual (when I briefly read it).
Let>ME=%Script%

Running: 15.0.24
version history

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