There are many solutions to do this, but which solution helps to optimize the source code is important. Please clarify the purpose, explain more clearly
How to create nicknames using random array of provided data?
-
Hello, I am not finding a way to create random legit nicknames using random array of provided data.
The used data is Sarah Smith, Hotstreet 1, 84848 London, 1.1.1980
I wish to create random email adresses of it
sarah.smith@gmail.com
sarah.london@gmail.com
smith1980@gmail.com
sarah1980@gmail.com
smith.sarah@gmail.comAny ideas how to solve this?
THanks! -
Easy.. if u have resource like first name, last, city etc then.. in yout login field just tell BAS to write:
<firstname><lastname><AnyDigit><AnyDigit><AnyDigit><AnyDigit>
<firstname><lastname>199<AnyDigit> etc.. or{{firstname}}{.| }{{{lastname}}|{{year}}}