Hello its me again,
so i try to create a program for an email provider and im nearly done with it. only problem for me is to set a username.
My Idea is to create a username with my previous data informations like firstname+lastname+randome number = username
problem is that i thought the variable operate function is exactly what i need but it does not seem like working for me.
So i got 1 big table with 6-7 Column. Every Column got massiv input like first name (50 names) last name (50 names) etc etc. now the bot should take 1 random first name and 1 random last name and combine them together to a new variable.
any thought or examples how i can do that ?
thanks so far