Skip to content

NewId

Returns a new GUID (Globally Unique Identifier) value.

1
myScript.NewId():string

Returns

A new GUID value as a string.

Remarks

Example

1
var guid = Script.NewGuid();