Other

23.08.2021

Statement

Available in

Used for

Arguments

View, Basic, Professional, Developer Suite

Declares arguments for a formula.

Break

View, Basic, Professional, Developer Suite

Ends a loop prematurely.

Dim

View, Basic, Professional, Developer Suite

Declares local variable for a formula.

Recalculate

View, Basic, Professional, Developer Suite

Forces recalculation of the FPScript formula the next time the result is requested.

Return

View, Basic, Professional, Developer Suite

Ends the calculation of a formula and passes the specified expression as a result.

Throw

View, Basic, Professional, Developer Suite

Throws an exception and passes the specified expression as the value of the exception.

Try...Catch...End

View, Basic, Professional, Developer Suite

Catches exceptions that occur in the included statements and enables their processing.

With Environment...Do...End

View, Basic, Professional, Developer Suite

Sets one or more FPScript environmental variables to a particular value and compiles a series of statements within the context of these set environmental variables or runs these within this context.

Share article or send as email:

You might be interested in these articles