Is possible to create a script with a random name like
a1b2c3d4
with random numers and letters?
So every loop the name changes.
I’m a new user and i’m not so practical ^^
Is possible to create a script with a random name like
a1b2c3d4
with random numers and letters?
So every loop the name changes.
I’m a new user and i’m not so practical ^^
return Math.random().toString(36).substr(2, 8);
Also useful:
For real sounding names: Call one of the many random name generator websites and web-scrape the result with the storeText
command into UIVision.
Thank you very much!
for generating random name we can use namecombiner.info