add new_uid script function

This commit is contained in:
GenevensiS
2026-05-09 18:10:59 +02:00
parent d4efc5b973
commit d79e8afb56
3 changed files with 24 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
Function: new_uid
--Usage--
> new_uid()
Returns a new card uid, a string of 32 random digits, which is guaranteed to not exist in the set.
--Parameters--
! Parameter Type Description
| @set@ [[type:set]] The set in which to look for uid conflicts. This can be omitted since 'set' is a predefined variable.