How do I go about extracting a portion of the Field info string?
I have a set of Excel files that I need to pull 3 digits from the filename and am trying to do that via the field info string.
All of the files have 12 leading alpha numeric characters. I need to extract positions 10-12 and am not up to speed on reg-ex.
Sample: 1234-678-012... the "678" position numbers are the same with all the files, so I'm sure it's possible to pull the 3 characters to the right of the "678-" string, I don't know reg-ex well enough yet.