CreateUuid()
Creates a string that represents an immutable universally unique identifier (UUID). A UUID represents a 128-bit value, with optional delimiter
Usage
STRING = CreateUuid(
delimiter
)
Argument | Summary |
---|---|
delimiter | defaults to returning the - (hypens) as a delimiter. [optional] |
Calling
Supports named-parameter calling allowing you to use the function like:
CreateUuid( delimiter=? );
Supports passing parameters as a structure using ArgumentCollection:
CreateUuid( ArgumentCollection={ delimiter : ? } );
See Also
Applicationcount
Applicationlist
Applicationremove
CreateObject
CreateUuid
Cronenable
Cronsetdirectory
Dataload
Datasave
DeleteClientvariable
Duplicate
GetApplicationmetadata
GetBasetaglist
GetBasetemplatepath
GetClientvariableslist
GetContextroot
GetCurrenttemplatepath
GetHashcode
GetJournaldirectory
GetLocalhostip
GetMailspooldirectory
GetMailundelivereddirectory
GetTagstack
GetTemplatepath
GetVariable
HtmlBody
HtmlHead
Httpdump
Invoke
JmxGetdomainlist
Journalread
Journalreadsession
Journalreadtodatasource
Logger
Pause
Renderinclude
Sessioncount
SetCookie
SetHttpstatus
SetHttpvalue
SetVariable
SystemFilecacheflush
SystemFilecacheinfo
SystemFilecachelist
SystemMemory
Throw
Throwobject
WriteDump
WriteLog
WriteOutput