Sets the symbol used by the operator.
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public void SetSymbol( string sym )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub SetSymbol ( _ sym As String _ )  | 
| Visual C++ | 
|---|
public: void SetSymbol( String^ sym )  | 
Parameters
- sym
 - Type: System..::.String
the new symbol to use. 
Remarks
Note ReinitializeComponents()()() must be called after using this method.