Silverfrost Forums

Welcome to our forums

Saturday devilry

17 Oct 2021 9:36 #28346

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.

https://i.postimg.cc/fR41mCbq/Window-update-Problem.jpg

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

	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 😃

18 Oct 2021 3:30 #28351

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 ?

Please login to reply.