Name | Summary | Category |
map_node | No description available. | Map |
map | The [map] method is used to cast an object to the map type. This method may be used without parameters to create an empty map object. Alternatively the method accepts a list of... | Map |
map_node->asString | No description available. | Map |
map_node->value | No description available. | Map |
map->asString | Outputs the map as a string. This method is used for debugging purposes. | Map |
map->invoke | No description available. | Map |
map->get | [map->get] returns value associated to a key from the map. Accepts a single parameter which is the key of the key/value pair of the map element. This method is similar to the [map->find]... | Map |
map->eachNode | No description available. | Map |
map->insert | The [map->insert] inserts a value into the map for a specified key. Accepts a single name/value parameter which is the name of a key in the array and the value that should be stored for that key.... | Map |
map->removeall | [map->removeall] removes all matching elements from the map. With no parameter the map is emptied. Otherwise, the parameter is compared to each key of the map in turn and matching elements... | Map |
map->remove | [map->remove] removes an item from the map by key. Accepts a single parameter identifying the key of the item to be removed. | Map |
map->find | [map->find] returns the value for the key that matches the parameter. Accepts a single parameter of any data type. If no keys in the map match the parameter to the [map->find] method... | Map |
map->values | The [map->values] method returns an array of values from the map. This method is useful if the values of a map need to be inspected without their associated keys. If the map contains no values... | Map |
map->forEach | The [map->forEach] method iterates through a map allowing an operation to be performed on each element of the map in turn. [map->forEach] returns the value... | Map |
map->forEachPair | The [map->forEachPair] method iterates through a map allowing an operation to be performed on each element of the map in turn. [map->forEachPair] returns each of the key/value pairs of... | Map |
map->forEachKey | The [map->forEachKey] method iterates through a map allowing an operation to be performed on each element of the map in turn. [map->forEachKey] returns the... | Map |
map->acceptDeserializedElement | No description available. | Map |
map->serializationElements | No description available. | Map |
map->forEachNode | No description available. | Map |
map->keys | [map->keys] returns a static array of the keys of a map. A key is the "name" part of a name/value pair element of a map. | Map |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft