I want to build a vi such that it writes two arrays "range" and "height" to a text file. I should be able to enter the inputs in these arrays one by one and write them to a text file. And later I should be able to read the inputs from this files and load them into the arrays "range" and "height".
↧