back to Table of Contents


GetUniqueID$ (function)

Obtain a unique identifier for use as anything you might need.

All GuiTools based applications running at the same time do share the same ID source, so never a program can get an ID, which was already given to another program. For example, this behavior is perfect to obtain unique names for temporary files.


SYNTAX:

uid$ = GetUniqueID$

RESULT:

uid$ (STRING)


NOTES:


back to Table of Contents