I've created a spreadsheet by writing a series of string with "write character to file". I've put spaces between elements of each string to differenciate the different data. Now I would like to extract each column of string. How can I do that? I tried with readfile but I don't know what kind of format I should entered. Thank you for your interest
1. Read the File by Read Characters from File.vi. 2.Connect the String output to Index Array, and then supply the row and column index to access the required column. 3.If reqd, use Transpose Array also.