Function: doesExpressionCompile
Boolean doesExpressionCompile( String strExpression ) |
Summary
Tests an expression to see if it will compile in DigiGuide.
Parameters
Parameter | Description |
String strExpression |
|
|
|
|
Returns
Returns true if the expression compiles, false otherwise.
Examples
function onDoesExpressionCompile() { if( doesExpressionCompile( "and ( this ( " ) ) { // Compiles... } }
|
Requirements
Build 1059
|