Ok, I can write and read data from excel files but now when I try to delimit by use of tabs still I get breaking down of numbers. For example:
if I have 3 -7 92 10049
the first run interation of this inside the while loop is 3 which is fine, then alot of times I will get a 0 then a -7 then a 0 then a 7, 0, 92, 0, 2, 0, 10049, 49, 9, 0.
If you can see the pattern it is reading numbers and then breaking them apart space by space. So for 48897872 it would be 48897872, 4889787, 488978, 48897,4889, 488, 48, 4. If there are 0's in the number it just skips them. Also for some reason in between iterations in the while loop I have about a second, (I am using a wait time function), but I will get a 0 in bet
ween numbers.
What I would like to do is keep the numbers together so for 4908 -83 7 on the first iteration I get 4908 the second -83 and the third 7 with no zero's in between.
I am going to attach the VI that I am workign with and the file that it is reading from.
THanks,
Brian