[Gambas-user] Is there in Gambas a UUID implementation?

Martín mbelmonte at belmotek.net
Fri May 12 11:15:26 CEST 2023


El 11/5/23 a las 23:24, Martín escribió:
> Is there in Gambas a UUID implementation?

Thanks for the answers, both of them  using uuidgen tool although shell 
in gambas, it works but is more efficient use this:

Private Function UUID() As String

   Return RTrim(File.Load("/proc/sys/kernel/random/uuid"))

End

Anyway if somebody know how to use Extern with the libuuid it could be 
even more efficient (I guest).

Best regards.

Martin.



More information about the User mailing list