Navigation: thinBasic language > Data types and variables > GUID |
|
GUID data type
GUID variables are a special form of 16-byte string that are used to contain a 128-bit Globally Unique Identifier (GUID), primarily for use with COM Objects.
A GUID variable is assigned a value with the GUID$ function, or with a string equate, and that value usually remains constant throughout the script execution. The GUID variable is typically used only as a parameter, rather than as a term in an expression.
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |