Register forum user name Search FAQ

DeleteVariable

Script function

world.DeleteVariable

Read about scripting

Type

Method

Summary

Deletes a variable

Prototype

long DeleteVariable(BSTR VariableName);

View list of data type meanings

Description

Deletes the named variable.


VBscript example

world.DeleteVariable "myvariable"


Jscript example

world.DeleteVariable("myvariable");


PerlScript example

$world->DeleteVariable("myvariable");


Python example

world.DeleteVariable("myvariable")


Lua example

DeleteVariable("myvariable")


Return value

eInvalidObjectLabel: The alias name is not valid
eVariableNotFound: The variable does not exist
eOK: deleted OK

View list of return code meanings

See Also ...

Topics

Arrays
Plugins
Scripting
Variables

Functions

(GetVariable) Gets the contents of a variable
(GetVariableList) Gets the list of variables
(SetVariable) Sets the value of a variable

(Help topic: function=DeleteVariable)

Documentation contents page


Search ...

Enter a search string to find matching documentation.

Search for:   

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.