GUIDCreator Object

Description

The GUIDCreator creates new GUIDs. A GUID is a globally unique identifier, a GUID is guaranteed to be unique across the whole world for all time, so it is useful to uniquely identify something.

GUIDs are often used by COM.

Methods

CreateGUID

Example

Set gc = CreateObject("Toolsack.GUIDCreator")
 
MsgBox "This is what a standard GUID looks like: " & gc.CreateGUID
MsgBox "This is what a plain GUID looks like: " & gc.CreateGUID(True)
 

Samples

Articles



We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.