Print

Print


You’ll also have to write a lot of extra code (with arrays of length-1 strings) in case you need to simulate most of the character intrinsics, or to compare “strings” lexicographically, etc.

 

= Loren P Meissner

 


From: Bill Long [mailto:[log in to unmask]]
Sent: Sunday, February 22, 2004 10:05 PM
To: James Giles
Cc: Fortran committee list
Subject: (j3.2004-509) Re: Fortran 20xx Request #Pub-121

 

[…] If you really don't like character scalars with lengths > 1, then write all your programs using arrays of character(1) elements.  Of course, you'll miss out on the varying length string features in f03.

Cheers,
Bill