B
Bruce Wiebe
Hi all
I have a string that contains a list of email addresses in the format
{"(e-mail address removed)","(e-mail address removed)"} and i need to convert it to a string array in the
same format so my array would loook like
dim emailaddresses() as string={"(e-mail address removed)","(e-mail address removed)"}
Does anyone know an easy way to do this
Thanks in advance
I have a string that contains a list of email addresses in the format
{"(e-mail address removed)","(e-mail address removed)"} and i need to convert it to a string array in the
same format so my array would loook like
dim emailaddresses() as string={"(e-mail address removed)","(e-mail address removed)"}
Does anyone know an easy way to do this
Thanks in advance