Calling C Formula Operators

You can call a C function in the same way as any of the standard QA Build operators. For example, a function defined as MULTIPLY with the function text NNN0 has been devised to multiply two parameters together and return the result. The following syntax assigns the return value 36 to a field:

MULTIPLY(12,3)