Operator overloading
Posted: Mon Aug 06, 2018 1:49 pm
Hello,
is it possible to overload operators? Somewhere in the help it is mentioned, but I was not able to do it.
Thank you very much!
Wolfgang
is it possible to overload operators? Somewhere in the help it is mentioned, but I was not able to do it.
Code: Select all
static method operator == ( self oMaster as efCrmTab, oItem as efCrmTab ) as logic
Wolfgang