Re: [Gambas-user] gb.util GenUUID() function

2016-11-18 Thread Fabien Bodard
if there is only one function in your class ... why don't you use the _Call special function ? So you can use it like : uuidgen(...) 2016-11-19 0:16 GMT+01:00 Karl Reinl : > Am Donnerstag, den 17.11.2016, 10:49 +1030 schrieb adamn...@gmail.com: >> Every now and then I come across a need for a (l

Re: [Gambas-user] gb.util GenUUID() function

2016-11-18 Thread Karl Reinl
Am Donnerstag, den 17.11.2016, 10:49 +1030 schrieb adamn...@gmail.com: > Every now and then I come across a need for a (locally) unique ID. Shelling > the ubiquitous gnu "uuidgen (-t/-r)" utility usually handles this effectively > enough. However, I am thinking that maybe this is a possible candi

Re: [Gambas-user] gb.util GenUUID() function

2016-11-16 Thread Benoît Minisini
Le 17/11/2016 à 01:19, adamn...@gmail.com a écrit : > Every now and then I come across a need for a (locally) unique ID. > Shelling the ubiquitous gnu "uuidgen (-t/-r)" utility usually handles > this effectively enough. However, I am thinking that maybe this is a > possible candidate for the gb.uti

[Gambas-user] gb.util GenUUID() function

2016-11-16 Thread adamn...@gmail.com
Every now and then I come across a need for a (locally) unique ID. Shelling the ubiquitous gnu "uuidgen (-t/-r)" utility usually handles this effectively enough. However, I am thinking that maybe this is a possible candidate for the gb.util component. In particular, most often times I am looki