Build a variable node checking for the undeclared status.
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public ASTVarNode BuildVariableNodeCheckUndeclared( string name )  | 
| Visual Basic (Declaration) | 
|---|
Public Function BuildVariableNodeCheckUndeclared ( _ name As String _ ) As ASTVarNode  | 
| Visual C++ | 
|---|
public: ASTVarNode^ BuildVariableNodeCheckUndeclared( String^ name )  | 
Parameters
- name
 - Type: System..::.String
name of the variable 
Return Value
a new node
Exceptions
| Exception | Condition | 
|---|---|
| SingularSys.Jep..::.ParseException | if undeclared variables are not allowed and the variable does not exist |