04-24-2006, 09:52 AM
1.
function $Inputdata
2.
function $Inputdata1 $Inputdata2 $Inputdata3
And don't use end, unless you want to end the macro. To end just the function, use ret, which is also not necessary in this case.
function $Inputdata
2.
function $Inputdata1 $Inputdata2 $Inputdata3
And don't use end, unless you want to end the macro. To end just the function, use ret, which is also not necessary in this case.