ParameterAsInteger

Function ParameterAsInteger(expression: String, index: Integer, [calc:Boolean=FALSE]) : Integer
Returns an Integer extracted from the expression.

This function extracts an Integer at index (begins counting at 1) from an expression such as ",param1, param2, param3"

For an example, see ExpressionParameters.

If calc is set to TRUE, any expression in the parameter is calculated. This is useful for real-time scripting.