Returns shortest possible (?) unique string based on current date, time, milliseconds and a random number. The length of the unique ID depends on the length of #charlist. This version use lowercase letters and numbers (a-z, 0-9) and the length of the unique ID becomes 11 to 13 characters. Making #charlist longer by including also uppercase letters (a-z, A-Z, 0-9) creates a slightly shorter string of 10-11 characters but will require case sensitive handling. By removing also the random number part, the length of the unique ID can be reduced to 8 characters.
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.