Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
For and extracting nums from text
Name: stroke6463 Date: November 4, 2004 at 15:25:20 Pacific OS: XP Pro CPU/Ram: idk
Comment:
Hey everyone I need to know how to extract numbers from a text file. I'm a beginner with the for command and I'm not sure how to go about this. Basically this is what I have:
I use the findstr command and get the line: 9001001810.110000350
Now I want to get the 350 by itself and the 1001810.11 by itself and be able to echo on the screen "Count: 350" "Average: 1001810.11".
These numbers change every day but the placement is still the same so this needs to work with different numbers also. Could someone please help me? Thanks.
Summary: i've worked some with vfp, and based on my experience, i would guess that vfp cannot open and extract PDF files text. If however you have access to vis.basic, it's not much of a problem. the vis.basic...
Summary: Hi everyone, I am new to this forum and would appreciate your help. I am trying to extract rows from a pipe-delimited flat file that is too large to load into excel. One of my search criteria is to co...
Summary: I am writing a program in C which will extract data from an array. The array contains the data: char test[] = "TRACKING ID: 1365 DATE: 20030901 TIME: 1200 ROUTE: 12 DRIVER: 005 STATUS: Nobody present"...