DigiGuide Logo

DoesExpressionCompile


boolean DoesExpressionCompile( String strExpression )

Summary

Retruns whether the passed expression compiles or not


Parameters

ParameterDescription
String strExpression The expression you wish to test.


Returns

True if the expression is valid


Examples

if( DoesExpressionCompile( "this or that or)))" ) )
{
// Woohoo! Does compile
}
else
{
// Doesn't compile
}


See Also

  • Marker strExpression