Remove a variable with a given name from the table.
Namespace:
SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public Variable Remove( string varname ) |
| Visual Basic (Declaration) |
|---|
Public Function Remove ( _ varname As String _ ) As Variable |
| Visual C++ |
|---|
public: Variable^ Remove( String^ varname ) |
Parameters
- varname
- Type: System..::.String
name of the variable to remove