R
ranswrt
I need to write a code that extracts out of a string the city, state and zip.
An example of a string is:
Las Vegas, Nv 89103
I need to an array variable to separate out the city, state and zip seperatly.
Thanks
An example of a string is:
Las Vegas, Nv 89103
I need to an array variable to separate out the city, state and zip seperatly.
Thanks