01-07-2008, 08:42 AM
Note that with call, if you want to pass a variable by reference (where the argument in the function is like str&s), you have to use &, like
call "functionname" &accn
but not like
call "functionname" accn
call "functionname" &accn
but not like
call "functionname" accn