Hi!
I have large log file with tables - heres a short example:
33 1 1 1 1 1.000 0/0 0/0 0.000 1.000
36 1 1 1 1 1.000 0/0 0/0 0.000 1.000
39 1 1 2 2 0.500 0.000 0.000 0.500 0.750
42 2 2 2 2 1.000 0/0 0/0 0.000 1.000
43 2 2 2 2 1.000 0/0 0/0 0.000 1.000
(numbers should be aligned)
program should read first number (up to 5digits) in line if it satisfies a certain condition - 4digit number in the same line as number to test (0.500-TRUE, 0.000-FALSE)
How can i put in this condition?



LinkBack URL
About LinkBacks


