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 

Formatting problems in Linux only

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



Joined: 08 Apr 2011
Posts: 155

PostPosted: Sun Jul 15, 2012 3:21 pm    Post subject: Formatting problems in Linux only Reply with quote

Hi,

Please help me...

I have the following:

Code:
write(*,102)lnodef(4,1),lnodef(3,1),lnodef(2,1),lnodef(1,1)
     
102  format(I10,I10,I10,I10)


Answer expected -for lnodef(4,1),lnodef(3,1),lnodef(2,1),lnodef(1,1)
is (which is as it should be Windows 32 bit and 64 bit)

5498 5497 5235 5230

but Linux just gives,

5498 5497********************

As you see the third and fourth integers have **

Please can anyone help?

Its really urgent...

Christy
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7924
Location: Salford, UK

PostPosted: Sun Jul 15, 2012 5:16 pm    Post subject: Reply with quote

What are the values of lnodef(2,1),lnodef(1,1) in this case?
I guess that they are not the expected values.
Back to top
View user's profile Send private message AIM Address
JohnCampbell



Joined: 16 Feb 2006
Posts: 2554
Location: Sydney

PostPosted: Mon Jul 16, 2012 5:48 am    Post subject: Reply with quote

Try:
write(*,*) lnodef(4,1),lnodef(3,1),lnodef(2,1),lnodef(1,1)
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 -> General 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