My client gave me a datafile with email addresses connected the the email name, for example.
joe@xxx.comJoe Boxer (joe@xxx.com)
I want to replace a new empty field with everything up to and including the '.' and the three following chrs.
ie joe@xxx._-_
subs(fieldname,'.',3)
If you can help, please do so, I am in a jam.
Steve
joe@xxx.comJoe Boxer (joe@xxx.com)
I want to replace a new empty field with everything up to and including the '.' and the three following chrs.
ie joe@xxx._-_
subs(fieldname,'.',3)
If you can help, please do so, I am in a jam.
Steve