Create a variable with a name and value
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public Variable CreateVariable( string name, Object value )  | 
| Visual Basic (Declaration) | 
|---|
Public Function CreateVariable ( _ name As String, _ value As Object _ ) As Variable  | 
| Visual C++ | 
|---|
public: Variable^ CreateVariable( String^ name, Object^ value )  | 
Parameters
- name
 - Type: System..::.String
the variable name 
- value
 - Type: System..::.Object
the variable value