Subroutines Question

NeroMorte

New member
Joined
Jan 20, 2008
Messages
12
Reaction score
6
Points
3
So my Macro was working great in old code from 2013 MQ2, Now i Notice when i do

/call MySubroutine zero one two three

Sub MySubroutine
/echo ${Param0}-${Param1}-${Param2}-${Param3}
/Return

My /echo Param 1-3 works fine but my Param0 i get NULL does new Base Code in MQ2 not reconize Param0 no more or am i doin something wrong

Also was wondering is there a list of everything that is new in the new MQ2 base code that way i know for coding purposes so i know if i need to update anything else in my macro.