Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FUNCTION calls a satellite program which uses the TeLiTab data format or Solution (also in other knowledge bases) and returns an output value

Syntax

FUNCTION Process(OutputArg, Arg,Arg1,Arg2,...,Argn)

...

  • Process is the name of the satellite program without .EXE.
    • If Process is provided without quotes (so Process instead of "Process") the process is considered to be a command-line executable program located in the ..\Applic directory (see also Directory structure.
    • If Process is provided with quotes (so "Process") the process is considered to be a knowledge base, possibly augmented with a Solution to be executed for a given set of input.
  • OutputArg is the parameter name of the result(s)
  • Arg are the required input arguments to succesfully run the process

...