ucDefineSyntax
See Also: ucDefine
Defines a syntax.
ucDefineSyntax(Definition [, Rank, [, tHandle]])
uCalc does not have any built-in syntax of its own. The way functions, operators, and variables are defined, as well as how such items may appear in an expression, and also hexadecimal notation, implicit multiplication, etc... are all defined in the include files, instead of within the DLL itself. Much of the details are beyond the scope of uCalc FMP, and can be found in the uCalc Language Builder. See the Syntax: examples in the DemoDefs.txt file, which is part of the demo program.