I have to parse a character field and convert the result to an integer. Help.
So far I have been able to parse the field and end up with a character string of the numeric characters. Ex: Z12345-1--1 is parsed to 12345.
FYI - Once I do this I will use this query to link to a table where the primary key is the parsed value (int).
So far I have been able to parse the field and end up with a character string of the numeric characters. Ex: Z12345-1--1 is parsed to 12345.
FYI - Once I do this I will use this query to link to a table where the primary key is the parsed value (int).