Function ParameterAsBoolean(expression: String, index: Integer, [calc:Boolean=FALSE]) : Boolean
Returns an Boolean extracted from the expression.
This function extracts a Boolean 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.