Thanks for adding that check in MS 14.1 however I think it needs a bit of fine tuning.Macro Scheduler when saving the macro wrote:---------------------------
Subroutine mismatch
---------------------------
There is a mismatch between the number of SRT> and END> statements.
Check that all your subroutines are closed and you haven't missed out an END> statement.
---------------------------
OK
---------------------------
Code: Select all
/*
//SRT>TEST
END>TEST
*/
SRT>TEST
END>TEST