powerprinting
MIS
I have a rather large database that came from the county in print format. I've never liked county files. Anyway, when I import it into a dbf format, the first line looks likes this...
rec 1 B02-002400302011-000 COMBS SUSAN S TRUSTEE LOT 577 500 0.360 4,000 (all in one field of course)
the second and rest are similar
rec 2 = B02-722230000005-001 COMMISSIONERS PREBLE CO S PT SE & SE PT SW 620 13.000 26,000
My goal is to extract all the numerical data on the right to a seperate field. Since the data is not consitant in position for each record, I require a snippet to run that will do this for me. I know of the RAT() funtion but don't know how to account for all the spaces. Is extraction of one set of numbers at a time the only way to accomplish this? All the records are consitant in that they have 3 sets of numbers. Any help would be appreciated. Thanks
rec 1 B02-002400302011-000 COMBS SUSAN S TRUSTEE LOT 577 500 0.360 4,000 (all in one field of course)
the second and rest are similar
rec 2 = B02-722230000005-001 COMMISSIONERS PREBLE CO S PT SE & SE PT SW 620 13.000 26,000
My goal is to extract all the numerical data on the right to a seperate field. Since the data is not consitant in position for each record, I require a snippet to run that will do this for me. I know of the RAT() funtion but don't know how to account for all the spaces. Is extraction of one set of numbers at a time the only way to accomplish this? All the records are consitant in that they have 3 sets of numbers. Any help would be appreciated. Thanks