PAGES ETC.
Posted: Sun Jan 14, 2018 10:34 pm
Hello all.
Can I get some clarification please regarding the use of PAGES. I have read the excellent manual and looked over the code snippet on the forum although I haven't entered and run the code.
I have this code in a simple programme
PAGE C$ SET
PAGE C$ COLOR .3,.3,.3,1
BUTTON B$ TEXT "CALCULATE" AT 70,600 SIZE 140,40
FOR I= 1 TO 100 !NEXT I
GOTO 10
When I run this code the C$ Page appears but the button that I want there isn't.
I am sure its a simple thing but I cant see it unfortunately.
Also in this snippet I have a time delay, ie FOR I = 1 TO 100. This is to delay the return to line 10 but regardless of value the return is instantaneous.
Hope that you can advise.
Cheers and thanks
GPJMA
Can I get some clarification please regarding the use of PAGES. I have read the excellent manual and looked over the code snippet on the forum although I haven't entered and run the code.
I have this code in a simple programme
PAGE C$ SET
PAGE C$ COLOR .3,.3,.3,1
BUTTON B$ TEXT "CALCULATE" AT 70,600 SIZE 140,40
FOR I= 1 TO 100 !NEXT I
GOTO 10
When I run this code the C$ Page appears but the button that I want there isn't.
I am sure its a simple thing but I cant see it unfortunately.
Also in this snippet I have a time delay, ie FOR I = 1 TO 100. This is to delay the return to line 10 but regardless of value the return is instantaneous.
Hope that you can advise.
Cheers and thanks
GPJMA