Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

Guid data type

Guid (globally-unique identifier) values can be expressed in scripting.

A guid value is expressed as a 5-part hexadecimal string separated by hyphens, and enclosed in single quotes.

Syntax

'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'

Element Notes
X Hexadecimal character.

Examples

Intent Code
Pick a model by its guid var %m = #'e9a2bac7-6806-49f0-b7b8-1d9398570909';

See Also

  • n/a

Contents distributed under a Creative Commons Attribution 4.0 International License · About · Terms of Use · Contact Us · last updated on 08 October 2020