The closest reference I could find is here:
https://www.sidefx.com/docs/hdk/_h_d_k__vex_op.html [www.sidefx.com]
but I don't understand it.
eg.
void myFunc(int arr_i[]; string arr_s; string ...extra_params) { s@debug = extra_params[0]; }
here's a go lang example:
Go Variadic [gobyexample.com]
Is this possible? If so can someone give me a simple example?
Thanks in advance!