Hello everybody, Using PADT-data to combine a simple example of a do loop and writing I put:
/prep7
Ux=1
Uy=8
*DO,I,1,5 ! For I = 1 to 5:
XXX,I = 0.1*I ! Read XXX file I
*CFOPEN,'File','txt'
*VWRITE,XXX,Ux,Uy
(3F10.5) !Fortran statenent
*CFCLOSE
WAIT,100
*ENDDO
However, I obtained 5 warnings and no result. Any comment is welcomed. Thank you, Regards, Peter