replica nfl jerseysreplica nfl jerseyssoccer jerseyreplica nfl jerseys forums.silverfrost.com :: View topic - Warning message
forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Warning message

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support
View previous topic :: View next topic  
Author Message
KL



Joined: 16 Nov 2009
Posts: 155

PostPosted: Tue Dec 28, 2010 10:41 am    Post subject: Warning message Reply with quote

Paul,

This is just a minor remark:

In the attached program, I would not expect the warning:

0006) Integer :: recl_exist
WARNING - Variable RECL_EXIST has been used without being given an initial
value
NO ERRORS, 1 WARNING [<TEST54> FTN95/Win32 v6.00.0]
Creating executable: Test54.EXE

Best regards,

Klaus Lassmann

Code:
      Winapp

      Program Test54
        Implicit None
        Integer :: recl_exist         
        Logical :: nfile_exist
        Character (len=10) :: nfile
 
        nfile     = 'abcdefghij'

!       --- Check whether data set already exists
!           Inquire the record length

        Inquire ( File = nfile, recl = recl_exist, exist = nfile_exist )

        If ( nfile_exist ) Then
          write (*,*) 'Name of data set =', nfile
        End If

      End Program Test54
Back to top
View user's profile Send private message
KL



Joined: 16 Nov 2009
Posts: 155

PostPosted: Tue Dec 28, 2010 10:59 am    Post subject: Reply with quote

Sorry, for disturbing. The result is correct.
Please delete this question.
K. Lassmann
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group