Reading ASCII FILES
Posted: Fri Jan 17, 2014 9:06 pm
I have create the xor ascii file
0 0 0
1 0 1
0 1 1
1 1 0
with note pad (windows )and saved it as txt file. I try to read with qpc2 from dos2_ device
input#4 X(i),y(i),z(i) but it inputs the firts column only. How can I make it input by rows?
0 0 0
1 0 1
0 1 1
1 1 0
with note pad (windows )and saved it as txt file. I try to read with qpc2 from dos2_ device
input#4 X(i),y(i),z(i) but it inputs the firts column only. How can I make it input by rows?