05-12-2017 03:59 AM
I am working on creating an data file and I need it to save all data to an .text file and read from that .text file from the application folders position.
I got 3 numeric input and 3 numeric outputs.
How do I create one file and then read the file and split the data to the 3 numeric outputs.
Solved! Go to Solution.
05-12-2017 04:12 AM
Use
and
05-12-2017 04:35 AM - edited 05-12-2017 04:37 AM
Yes I am looking at that.put the
How do I put the 3 inputs to an 1D data and then split it again when reading.
05-12-2017 04:47 AM
05-12-2017 06:42 AM
Got it working. Tnx for the help.
I made an sub folder for the data that needs to be saved.