Hi,
I have a custom function added to the FormulaBuilder however I need this function to accept a varying number of args. An example of what I am trying to acheive is the 'choose' function under the 'LookupAndReference' node. What do I have to do to my custom function to acheive this behaviour?
Thanks,
Denis
Just found the solution to this myself. Setting the MaxArgs method on the function to int.MaxValue does the job.
That's the way to do it. :)