QB64 Phoenix Edition
_NEWIMAGE() should be fixed to always take 3 parms - Printable Version

+- QB64 Phoenix Edition (https://staging.qb64phoenix.com)
+-- Forum: Chatting and Socializing (https://staging.qb64phoenix.com/forumdisplay.php?fid=11)
+--- Forum: General Discussion (https://staging.qb64phoenix.com/forumdisplay.php?fid=2)
+--- Thread: _NEWIMAGE() should be fixed to always take 3 parms (/showthread.php?tid=1086)

Pages: 1 2


RE: _NEWIMAGE() should be fixed to always take 3 parms - RhoSigma - 11-09-2022

(11-09-2022, 05:58 PM)SMcNeill Wrote: A newimage, without any third parameter, defaults to a SCREEN 0 image -- which is text only.

To be exact, according to the wiki (but didn't try), it duplicates whatever the current _DEST page is in that case.

Of course, if _NEWIMAGE is the first command in your program, then this is definitly a SCREEN 0 page. Big Grin