Re Did i visit the link
Yes i did and decided to post what the manual said anyway. Lol , at least both forms of help agree!. Also now we have 2 "official" examples in 2 differing screen modes. You adequately answered his question with that link , but i saw no harm in adding to the post. What do...
Formula for Saving Images in Arrays
After you have created an onscreen image you need to calculate the x and y co-ordinates of a rectangle large enough to hold the entire image.You then use GET to capture the image.
DIM Arrayname(SomeSize)
GET [[STEP]](x1,y1)-[[STEP]](x2,y2),Arrayname
The size...
I surpose if Aliens land and remove MicroSoft Windows operating systems then all that would be left would be DOS. As DOS users we would have the knowledge to continue on without user libraries and scripting languages making it all easier. But then the knowledge base in human brains would be...
The way this is written can be explained in this way
CONST True = -1 , False =0
A%=-1
If a% then Beep else End
Now this seems illogical until you realize that this is a shorthand way of writing
If a% = True then End
Now looking back at the problem we can read it as this
If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.