This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: escape character


There is no need for escape, but for the right syntax:

1 K1,time(k),IH(K),':',IM(K),':',IS(K),I1(K),I2(K),

otherwise you'll get:

Error: Expected expression in PRINT statement at (1)

Cheers

Dominique


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]