-
Notifications
You must be signed in to change notification settings - Fork 2
System.GUID
Dennis G. edited this page Aug 18, 2024
·
6 revisions
type BUID = array(11)
constructor GUID(D1: System.UInt32, D2 & D3: System.UInt16, D4: System.UInt64) = \built-in\
converter GUID(Value: any(string, sizeint(False, 128, array(16))) = \built-in\
The GUID type in the System package is used to store GUIDs in MFL. It is basically a 128-bit integer, stored in an array consisting of one unsigned 32-bit, two unsigned 16-bit and one unsigned 64-bit integer numbers.
Texts, images and code samples on this page are available under MPL 2.0 license