P
PeterM
I have a string field that contains "city, state zip" information. The
state is always 2 characters and the zip is always 5 characters so I can use
InstrRev and extract the state and zip. I know how to use Instr to find the
position of the first comma, what I need to know is how to specify positions
1 minus (comma position minus 1) in order to extract the city.
Would someone please let me know the command or set of commands to extract
characters from a string by specifying the character position?
thanks in advance for your help!
state is always 2 characters and the zip is always 5 characters so I can use
InstrRev and extract the state and zip. I know how to use Instr to find the
position of the first comma, what I need to know is how to specify positions
1 minus (comma position minus 1) in order to extract the city.
Would someone please let me know the command or set of commands to extract
characters from a string by specifying the character position?
thanks in advance for your help!