Forum Moderators: coopster
I need to take an email address, strip off the "@" and full domain name and then add a random number to the result.
I know how to add the random number, but I'm unsure of the easiest way to strip the "@" and full domain name since they'd all be different.
So, for example, I:
1. bozobigears@hotmail.com
2. Run it through some routine that gives me
3. "bozobigears"
I'm sure this is very elementary, but I appreciate any guidance anyone can offer.
Neophyte