Core Function Unset

From Sputnik Wiki
Revision as of 06:37, 29 November 2011 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Unset( $variable )

Contents

Description

Delete a variable

Parameters

$variable

A variable to delete.

Return Value

None

Remarks

This can be used to delete DLLStructs, GUI objects and Classes.

Example

unset( $a ); // Delete single variable
unset( $a[500] ); // Delete variable from array
unset( $a["test"] ); // Delete variable from hash
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox