[Implemented] Variable command argument for any functio
Posted: Sun Apr 14, 2002 3:45 pm
Restored from previous forum. Originally posted by VeKem.
Hi,
in the feature list of v 3.0 there is:
"Added: Variable command argument for any function"
Can somebody give an example? Means this perhaps:
Procedure MyProc(par1.l, par2.l)
;... code depending on parameters (!)
; how to access more parameters?
EndProcedure
MyProc(12, 15, 4, 6) 'call with more or less parameters than defined before?
Thanks for your answers and help!
Markus Vedder-Kemnitzer, Germany
Registered PureBasic-User
Hi,
in the feature list of v 3.0 there is:
"Added: Variable command argument for any function"
Can somebody give an example? Means this perhaps:
Procedure MyProc(par1.l, par2.l)
;... code depending on parameters (!)
; how to access more parameters?
EndProcedure
MyProc(12, 15, 4, 6) 'call with more or less parameters than defined before?
Thanks for your answers and help!
Markus Vedder-Kemnitzer, Germany
Registered PureBasic-User