Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
User Defined Function - Return value
#6
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)