Creates a new empty map object.
Syntax
static map map.New()
Returns
An empty map object.
Sample
mapSample.rfsvar petCat = map.New(); trace "This is our cat so far:", petCat;
mapSample.rfs
var petCat = map.New(); trace "This is our cat so far:", petCat;
"This is our cat so far:", {}
Figure 403. The trace message output of the script above
Related links
Search Highlighter (On/Off)