chris456s
Structural
- Feb 2, 2017
- 50
I have an Array that I want to output to a txt file
When I use *MWRITE it works fines. I get a great text file. Organized just how I like it.
However, I want to add headers. A label above each column.
So I moved all the data down one row and assigned text strings as column labels to each column in the first row.
Now I get the following error "Must not use character parameters in real array"
So, if I'm not allowed to use text in an array, how to give labels to each column?
also, how could I put comma in between value each to make a CSV?
When I use *MWRITE it works fines. I get a great text file. Organized just how I like it.
However, I want to add headers. A label above each column.
So I moved all the data down one row and assigned text strings as column labels to each column in the first row.
Now I get the following error "Must not use character parameters in real array"
So, if I'm not allowed to use text in an array, how to give labels to each column?
also, how could I put comma in between value each to make a CSV?