Returns the Variable instance of the variable
            name. If the variable has not been added, null is returned.
            
        
    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 name of the variable