Gets an existing variable, returns null if variable is not found.
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public Variable GetVariable( string name )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetVariable ( _ name As String _ ) As Variable  | 
| Visual C++ | 
|---|
public: Variable^ GetVariable( String^ name )  | 
Parameters
- name
 - Type: System..::.String
the unique variable name