"Subroutine/Label Not Found!".
I corrected the error, but the message makes me think that this should work.
Now when I run this, the SRT is skipped. I get the START and END text written to my log file, but not TEST.
As soon as I change SRT to Label, then it works.
Should this work?
Code: Select all
MACRO>%SCRIPT_DIR%\MAC.scp /A=100
...
<MAC>
WriteLn>%DESKTOP_DIR%\LogFile.txt,nrslt,START
SRT>A
WriteLn>%DESKTOP_DIR%\LogFile.txt,nrslt,TEST
End>A
WriteLn>%DESKTOP_DIR%\LogFile.txt,nrslt,END