ParameterAsString

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

This function extracts a String 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.