Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
Deletes the content of a map object.
Returns
The method does not have a return value. It removes all items from the map object to an empty map.
Sample
"This is our map so far:", {age: 3, name: "Fjord", weight: 25, sex: "female"} "The map has", 4, "items." "The reset map has this many items: ", 0
Figure 406. The trace message output of the script above