when i do that, my data is fully sent together as a whole string, and it's not line by line, i need it to be line by line.... as i need to filter data...
Hi Simmy, if you really have a 2d array and make what i show in one of the last pictures, than your program should send the data line by line. The for loop index the array to get the line and the the array to spreadsheet string function create a string of this line (1d array) and send it as a string. How many iterations make your for loop? Do you want to send each element seperatly?
Now i need to do sound... it's suppose to output sound when speed hit 100km/h, and continue to sound until it goes below 100km/h... let me try to figure it out, thanks you guys! you guys are great!