Label a Macro with a Macro

BECOME PART OF THE COMMUNITY - Sign up here
  • Heyy Boys,

    i think this is a brainfuck i my head but idk

    i want to label macros with a macro but i have the problem that he stop to create the macro cause the "" from the command are block all


    Set Macro 9754.1 Property "Command" "Selfix Group 1 ; at group 1 ; at preset 6.1 ; Off Macro 9755 + 9756 ; Label Macro 9858 "Normal Narrow" ;

    Set Macro 9754.2 Property "Command" "Selfix Group 1 ; at group 1 ; at preset 6.5 ; Off Macro 9755 + 9756 ; Label Macro 9858 "G1 Narrow" ;

    Set Macro 9754.3 Property "Command" "Selfix Group 1 ; at group 1 ; at preset 6.9 ; Off Macro 9755 + 9756 ; Label Macro 9858 "G2 Narrow" ;

    Set Macro 9754.4 Property "Command" "Selfix Group 1 ; at group 1 ; at preset 6.13 ; Off Macro 9755 + 9756 ; Label Macro 9858 "Prisma Narrow" ;

    can Someone help me ??

  • You have to use single quotes within double quotes:

    "... Label Macro 9858 'Normal Narrow' "

    In your case, the first double quote for the name of the macro is interpreted as the closing double quote for the command itself. The single quotes within the double quotes solve this one.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!