Calling an FPScript Function
23.08.2021
•Use an FPScript function as you would a built-in function by entering the name, followed by the argument list, in the FPScript code, as in the following example: Normalize(Signal)
•If the function to be called was not saved in a template database and is also not to be found in the same folder as the formula from which you want to call the function, you have to specify the path name, such as follows:\MyFunctions\Normalize(Signal)