Generates a new globally unique identifier.
Syntax
static guid guid.Generate()
Returns
A guid type global unique identifier.
Sample
guidSample.rfsvar a = guid.Generate(); trace a;
guidSample.rfs
var a = guid.Generate(); trace a;
{26e55418-eee7-4c89-b97e-295eb3dd4b26}
Figure 391. The trace message output of the script above
Related links
Search Highlighter (On/Off)