Page 1 of 1

Function declaration change

Posted: 24 Jul 2014, 08:36
by PetrS
size=150Function declaration change/size
Version 0.1.63+

From version 0.1.63 it is no longer possible to declare two functions with same bname AND number of parameters/b within one calculation (CLC).

iFunction unique name/i is internally composed as <user_defined_function_name>|<number_of_parameters>.
This is much faster than getting parameter types and composing function unique name from these parameter types.


See attached example for more details.