From owner-sc22wg5@dkuug.dk  Fri Dec  5 23:55:41 2003
Received: (from majordom@localhost)
	by dkuug.dk (8.12.10/8.9.2) id hB5MtfDv066236
	for sc22wg5-domo; Fri, 5 Dec 2003 23:55:41 +0100 (CET)
	(envelope-from owner-sc22wg5@dkuug.dk)
X-Authentication-Warning: ptah.dkuug.dk: majordom set sender to owner-sc22wg5@dkuug.dk using -f
Received: from taka.swcp.com (taka.swcp.com [198.59.115.12])
	by dkuug.dk (8.12.10/8.9.2) with ESMTP id hB5MtUEt066231
	for <sc22wg5@dkuug.dk>; Fri, 5 Dec 2003 23:55:35 +0100 (CET)
	(envelope-from walt@fortran.com)
Received: from fortran.com (pcp05598289pcs.sabrna01.az.comcast.net [68.37.91.178])
	by taka.swcp.com (8.12.9/8.12.9) with ESMTP id hB5MuJPC027976
	for <sc22wg5@dkuug.dk>; Fri, 5 Dec 2003 15:56:21 -0700 (MST)
Message-ID: <3FD10D05.90603@fortran.com>
Date: Fri, 05 Dec 2003 15:56:05 -0700
From: Walt Brainerd <walt@fortran.com>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: wg5 sc22 <sc22wg5@dkuug.dk>
Subject: Q about spaces in * output
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
	kaimen.swcp.com
X-Spam-Status: No, hits=0.0 required=10.0 tests=none autolearn=no version=2.60
X-Spam-Level: 
X-Spam-Score: 0 () 
Sender: owner-sc22wg5@dkuug.dk
Precedence: bulk

The F2003 standard says that for list-directed
output, the first column of the output must
be a space.
 

It also says that there are no value separators
between character values, but doesn't specifically
mention whether or not this applies when the
two values are produced by two different output
statements.
 

Here are some of the relevant words:
 

7 Character sequences produced when the delimiter
          mode has a value of NONE
   ....
9 (2) Are not separated from each other by value separators,
 

So is the following program supposed to put
a space between the two Xs or not?
 

program spaces
write (unit=*, fmt="(a)", advance="no") "X"
print *, "X"
end program spaces

-- 
Walt Brainerd         +1-877-355-6640 (voice & fax)
The Fortran Company   +1-520-760-1397 (outside USA)
6025 N. Wilmot Road   walt@fortran.com
Tucson, AZ 85750 USA  http://www.fortran.com

