The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.
I am converting a TUI program to RUI and need to generate a random 6-digit number to be used as a temporary password. Thanks for any help.
Hi,
you could do this with a JavaScript externaltype.
Here is a JavaScript example:
https://stackoverflow.com/questions/1527803/generating-random-whole-numbers-in-javascript-in-a-specific-range
Kind Regards!