Skip to content

System.GUID

Dennis G. edited this page Aug 18, 2024 · 6 revisions

Declaration

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\

Description

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.

Clone this wiki locally