Hi Everyone -
I have a string field from which I need to extract a number. The field is not split into fixed length units though. For Example:
00150
002250ABC
0032500XYZ
I am only interested in the numeric portion in bold.
I can omit the first three numbers easily enough, but since the value I want varies in length and there is no specific delimiter, I don't know to to get the instr() function to go to the first non-numberic value. Perhaps I'm barking up the wrong tree with instr()?
Thanks for any assistance!
- Matt
I have a string field from which I need to extract a number. The field is not split into fixed length units though. For Example:
00150
002250ABC
0032500XYZ
I am only interested in the numeric portion in bold.
I can omit the first three numbers easily enough, but since the value I want varies in length and there is no specific delimiter, I don't know to to get the instr() function to go to the first non-numberic value. Perhaps I'm barking up the wrong tree with instr()?
Thanks for any assistance!
- Matt