- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Gday all,
Running LT 2015 and I have a few custom macro commands for inserting "text" with an incremental value after it, by mouse click.
Has been working fine for a while now on various files, but I have 2 files come from one project and the commands only don't work on one file.
I thought these were global commands for one, and secondly the incremental value increase, but the text just done't appear...
Any thoughts would be appreciated, both files use same setup, layer structure etc. and I've checked everything I have the knowledge to check, haha!
Thanks,
Examples:
Reset Start | ^C^C_setvar;USERR1;-1;^c_setvar;USERR2;1;^c |
Line A | *^c^c_text;\;;$M=$(getenv,StrPrefix)$M=$(+,$(getvar,USERR1),$(getvar,USERR2));setvar;USERR1;$M=$(+,$(getvar,USERR1),$(getvar,USERR2));_setenv;STRPREFIX;$M=$(if,$(<,$(getvar,USERR1),8),"A0","A"); |
Solved! Go to Solution.

