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 

Saturday devilry

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



Joined: 10 Mar 2008
Posts: 2813
Location: South Pole, Antarctica

PostPosted: Sun Oct 17, 2021 10:36 am    Post subject: Saturday devilry Reply with quote

How many times i wrote here that all most absurd cases happen to me were if i do programming on Saturdays. Spent whole evening and still failing to accomplish what i thought is 1 minute job.

Basically nothing is more simpler than that: Printing results showing one thing, but Clearwin shows me different numbers no matter what i do.



Numbers on top are correct and are made with PRINT*. Bottom numbers have to be the same as ones on top

Here is the text which is doing output using usual PRINT* just before doing same output on Clearwin screen using WINDOW_UPDATE@. All other variables are updated correctly besides these i just made during Saturday

Code:
   print*,' ANGL_refr3, ANGL_refrDeg3=', ANGL_refr3, ANGL_refrDeg3

   call window_update@(ANGL_refr3)
   call window_update@(ANGL_refrDeg3 )


This was just absolutely not important issue. Knowing that devilry works on Saturdays i knew something will happen but usually i got the error, while this one, the most absurd and shameless bug devilry made, i did not fix Smile
Back to top
View user's profile Send private message
JohnCampbell



Joined: 16 Feb 2006
Posts: 2551
Location: Sydney

PostPosted: Mon Oct 18, 2021 4:30 am    Post subject: Reply with quote

Dan,

It looks as if the variables "ANGL_refr3" and "ANGL_refrDeg3 " used in the winio@ call have a different memory address to those you are using in the print statement ?
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