[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A problem with case of filenames
Yet another solution is to exploit the fact that FORTRAN is 100% case
independent (except for strings) and simply convert ALL letters to
uppercase in the entire application (except for letters between quote
marks or in Hollerith constants, if case of those strings is that important).
--- Omer
On Thu, 10 Jul 1997, ORTAL Alpert wrote:
> On Thu, 10 Jul 1997, Tuvik Beker wrote:
>
> > Hi,
> >
> > I have a huge and ancient application (a 200M source tree) that I want
> > to port to linux (something technical in fortran).
References: