@ptt-bds Cho những thứ bạn muốn thực hiện khi ALL PROJECT lỗi, ví dụ như ghi ra log, ghi ra tệp, gửi thông báo, quay lại bước nào đó...
Vì khi một trong những hành động trong ALL PROJECT lỗi nó sẽ nhảy xuống chỗ này.
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}}}