I need to convert a text file into an array. it is a comma delimited
text file. I have done this by using the read file.vi and then the
spreadsheet string to array vi.  the read file.vi needs an offset from
the end in characters.  the problem is that some of the lines have
values which have more decimal places than the others since the values
change. (so the character offset will be impossible to pin down.  how
do i get the last 8640 lines of the text file.  once i do that i can
convert them into the array and everything will be great.

Reply via email to