is it possible to have function that receive a unknown number of parameters.. like in C# void function(params int[] list) ??
I think this is not possible.
another question.. how can i know if a recordref is initialized or not?
There are a number of recordref functions that will give an error if a recordref is not initialized, but I don't know of any that will do what you want without causing errors.
Comments
I think this is not possible.
There are a number of recordref functions that will give an error if a recordref is not initialized, but I don't know of any that will do what you want without causing errors.