View Single Post
alexx109
Junior Member
Join Date: Jun 2010
Location: Brazil
Old 09-30-2010 , 10:42   Re: Dynamic number of arguments in functions
Reply With Quote #12

And what about by-reference vars? Arrays are still passed by-ref even as a dynamic argument catched by get_arg?

And about int vars as ref, in "normal" function headers we use & to flag them as passed-by-ref...

I guess it is through set_string, set_array and set_param_byref, am I correct?
alexx109 is offline