Operator overloading

Is there a way to overload the math operators to support new datatypes? No biggie if you can’t. I can always just write add(), mult(), div()… functions but it would be a nice extra if you could.

Hi Zach,

No, sorry, you’d have to add UDFs.

Cheers,
Pavel

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.