Initializes a new list object.
Syntax
static list list.New()
Returns
An empty list object.
Sample
listSample.rfsvar a = list.New(); trace a;
listSample.rfs
var a = list.New(); trace a;
list.New()
[]
Figure 396. The trace message output of the script above
Related links
Search Highlighter (On/Off)