... McGuire wrote: We have a 550,000 line program that is mostly written in upper case. Does anyone have experience with a publicdomainprogram to convert all the code into lower case ? Of course, comments, formats and data statements would need to be skipped. .... I use SciTE editor which you can get freely, lower case everything, and let the editor syntax highlight for you....
...We have a 550,000 line program that is mostly written in upper... a publicdomainprogram to convert all the code into lower ...> Here is the source of lower.for, of unknown authorship, acquired ...> I did not write the code, but ... Yes, for reporting errors/... seem to output the converted file! Usage: lower <infile> <outfile> To ... with a specific compiler, the code may need fixing up to ...
...... We have a 550,000 line program that is mostly written in upper case. Does anyone have experience with a publicdomainprogram to convert all the code into lower case ? Of course, comments, formats and data statements would ...written a bit of amateur fortran 77 code, but it converts everything which is alphabetic in upper case to lower case, and ignores only the characters which ...
... wrote: We have a 550,000 line program that is mostly written in upper case. Does anyone have experience with a publicdomainprogram to convert all the code into lower case ? Of course, comments, formats and data statements would need to ...> Lynn Here is the source of lower.for, of unknown authorship, acquired from the Internet ...
... McGuire wrote: We have a 550,000 line program that is mostly written in upper case. Does anyone have experience with a publicdomainprogram to convert all the code into lower case ? Of course, comments, formats and data statements would need to be skipped. ... Lynn Here is the source of lower.for, of unknown authorship, acquired from the Internet years ...
... a publicdomainprogram to convert all the code into lower ... WARNING--DO NO UPSHIFT THIS PROGRAM SOURCE************* c --SPECIFICALLY ROUTINES GETNXT ... 80 format(1x,i6,' LINES CONVERTED') stop 9999 write(0,*)'UNEXPECTED ... STORE CONTINUATION CHARACTER SEPARATELY call lower(cbuf(6:6)) ctue(lines)=...1) then write(6,*)'Usage: lower source.f output.f' stop...
... a publicdomainprogram to convert all the code into lower ... Google search for "fortran source convert" turns up this: http://www.... thing about a home-grown converter is the verification: Did it...shouldn't have? When the program is compiled and run, will...to handle yours. If your program doesn't use Hollerith strings...trying to write a general converter. Look up Sale's algorithm...
... We have a 550,000 line program that is mostly written in upper ... with a publicdomainprogram to convert all the code into lower case ? Of course, comments, formats and data ... a Google search for "fortran source convert" turns up this: http://www.safesite...more fun to write a Perl program that would just do it. ...the CONTINUE statements (that is, the code that I was working on was...
...: We have a 550,000 line program that is mostly written in upper case. Does anyone have experience with a publicdomainprogram to convert all the code into lower case ? Of course, comments, formats and data statements would... but a Google search for "fortran source convert" turns up this: http://www.safesite.com/... be more fun to write a Perl program that would just do it. Louis
... McGuire wrote: We have a 550,000 line program that is mostly written in upper case. Does anyone have experience with a publicdomainprogram to convert all the code into lower case ? Of course, comments, formats and data statements would need to be skipped. ... case of Fortran keywords to be changed to upper or lower case. I forget whether it works for fixed format, ...