Remove a variable with a given name from the table.

Namespace:  SingularSys.Jep
Assembly:  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

Return Value

the removed variable or null if the variable does not exist in the table.

See Also