FP0060
FP0060 - Variable not defined
Section titled “FP0060 - Variable not defined”Category: Evaluation
Description
Section titled “Description”An attempt was made to access a variable that has not been defined.
Check that the variable is properly defined before use. Variables must be declared in the current scope.