/varcat
Posted: Fri Jun 11, 2004 7:02 pm
how would i go about varcat'in 2 string with the new format?
thanx for the help in advance :)
Code: Select all
/varset T3 NULL
/varset T1 ${Target.X}
/varset T2 ${Target.Y}
/varcat T3 ${T1},${T2}
/if (${T3}==${Param0}) /goto :Finish