When you want to call a function and provide it a variable amount of params you can use:
function MyFunc( ... )
and then use hb_aparams() to get an array with all of them ![]()
When you want to call a function and provide it a variable amount of params you can use:
function MyFunc( ... )
and then use hb_aparams() to get an array with all of them ![]()