Newsgroups: comp.lang.fortran
From: Dick Hendrickson <dick.hendrick...@att.net>
Date: 2000/03/06
Subject: Re: How long can a statement be?
A line can be up to 132 characters. In the F90 fixed form lines are
continued by using an & character at the end of the line and optionally at the start of the next line. Character constants require the & at the start of the next line (so the compiler knows whether or not leading blanks are significant.) So, you could do yours as: As a matter of style I like to use concatination for continuing PRINT *,'---------------------------------------------------'// & For your specific example, something like Dick Hendrickson Sami SIDHOUM wrote:
> Hi All, > I am using f90 to compile my fortran codes. It seems to me that if a > To illustrate what I mean, here is a line that seems to sisplease f90: > Thanks for your help. You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||