I am trying to reformat a list of Email Addresses.
There is a "-" between the first part of the data,
where I am having the problem is getting the second half of the data
to prinnt next to the reformated first part.
Example: Base Data [email protected]
Want to create [johnjones][email protected]
I can get the first part but sor some stupid reason I can't
get the second part to print.
ANY help would be appreciated.
Warm Regards,
Lloyd Plantholt
------------------
There is a "-" between the first part of the data,
where I am having the problem is getting the second half of the data
to prinnt next to the reformated first part.
Example: Base Data [email protected]
Want to create [johnjones][email protected]
I can get the first part but sor some stupid reason I can't
get the second part to print.
ANY help would be appreciated.
Warm Regards,
Lloyd Plantholt
------------------
Comment