registerexternalfunction

Adds external math functions to a Templex template.

Syntax

registerexternalfunction("alias", "path")

Input

"alias"
The name assigned to the external program. Must be in double quotes.
"path"
Full path and file name of executable.

Example

Template:
{registerexternalfunction("hic", "/usr/people/madhic")}

Comments

External programs can be registered for use with the math functions and operators. External programs must be registered in a template before they can be called using the extern math function.