Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Functions
#2
To return arrays, as well as multiple values, use reference arguments (with &).

function ... ARRAY(str)&r1 int&r2 str&r3

The caller passes a variable, and the function fills it.

More reading: http://www.quickmacros.com/help/QM_Help ... NTIPS.html


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)