Hi, I have text files with Time and voltage info in a separate column in each which i want to plot. The problem is that the time values are not read in correctly so I must read in the data as strings, line by line.
The data looks somthing like this 10:43:04=090.032 10:43:05=090.225 10:43:06=090.52 10:43:07=09-0.563 The=B4colons in the time mean that if i simply read in the file directly that the time gets messed up, so i am trying to read it line by line, without success. I have tried using shift registers and while loops without success. I have tried the =B4match pattern=B4 idea, but have been unable to generate the two columns that I want. Is there an easier solution (e.g. being able to read in the time in a way that doesn=B4t get messed up?) thanks! John M
