Build a variable node when just the name is known.
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public ASTVarNode BuildVariableNode( string name )  | 
| Visual Basic (Declaration) | 
|---|
Public Function BuildVariableNode ( _ name As String _ ) As ASTVarNode  | 
| Visual C++ | 
|---|
public: ASTVarNode^ BuildVariableNode( String^ name )  | 
Parameters
- name
 - Type: System..::.String
the name of the variable 
Return Value
the node created
Exceptions
| Exception | Condition | 
|---|---|
| SingularSys.Jep..::.ParseException |