@ptt-bds Bác có 10 luồng thì đầu tiên nếu không có gì xảy ra nó sẽ lấy 10 dòng đầu tiên, sau đó thì cứ luồng nào "ra đi" nó sẽ lấy dòng tiếp theo, đâu có theo quy luật như 1,11,21,31 vs luồng 1 như bác nói đâu.
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}}}