It's me again
I found a program which writes 100 columns with numbers.Now i would like to do the same but write columns with leters like A,B,C
PROGRAM tst
IMPLICIT NONE
INTEGER i,imxcol
CHARACTER varfmt*13
imxcol=99
varfmt='(XXX(E20.10))' !i've tried to change E20.10 on A10...