codenovice
IS-IT--Management
I have the values, in a .txtfile,some seperated by a space some NOT. For example
6 01 11 1 19 59 44.0-9.103678166866D-07-1.136868377216D-13
In this 6 is one value,
01 is another,
-9.103678166866D-07 is another.
NOT all values are space delimited.
These values use hexa decimal values and the length is constant for any similar .txt file.
i.e the length remains same for a similar value in a similar file.
Now I need read these values for my programs.
Kindly Help\
Codenovice
6 01 11 1 19 59 44.0-9.103678166866D-07-1.136868377216D-13
In this 6 is one value,
01 is another,
-9.103678166866D-07 is another.
NOT all values are space delimited.
These values use hexa decimal values and the length is constant for any similar .txt file.
i.e the length remains same for a similar value in a similar file.
Now I need read these values for my programs.
Kindly Help\
Codenovice