DeleteVariable method

The DeleteVariable method deletes the specified variable that is referenced by an index, from a setup node.

Syntax

VBScript
oSNO. DeleteVariable(VarIndex as Long) as Boolean
C#
bool DeleteVariable(int nIndex)

Applies to

All node types.

Arguments

VarIndex
The index of the variable to delete, where 0 is the first variable.

Returns

True if successful; False otherwise.