FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder

FlexPro Documentation 2025

Calling an FPScript Function

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)

See Also

FPScript Functions

Formula