Open MRSallee opened 1 year ago
REW won't recognize graph exports on import. Seems to be that REW doesn't recognize integers, so the first line with "20" causes an issue. Manually replacing "20" with "20.0" makes the file compatible with REW.
1 and 15 decimal points both work, the 1st line is an example that doesn't work and the 2nd does.
REW won't recognize graph exports on import. Seems to be that REW doesn't recognize integers, so the first line with "20" causes an issue. Manually replacing "20" with "20.0" makes the file compatible with REW.