UIEvolutin Inc.
UJML Language Reference
_x_removeBagKey()

The _x_removeBagKey() removes a key from a property bag and returns a boolean value indicating success or failure.

UJML Script Syntax
boolean _x_removeBagKey(string bagName, int key)
Parameters 
Description 
bagName 
The name of a loaded property bag. See _x_loadBag() function
key 
An int expression or value representing the key to remove. 

The _x_removeBagKey() function returns a boolean value of true indicating success or false indicating failure.

This function removes a key from a named property bag. See Property Bag Functions.

Copyright (c) 2000-2007 UIEvolution, Inc. All rights reserved.
What do you think about this topic? Send feedback!