QB64.com

QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS.

The _PRINTMODE (function) function returns the current _PRINTMODE status as a numerical value from 1 to 3 in graphic screen modes.

Syntax

currentPrintMode = _PRINTMODE[(imageHandle&)]

Parameter(s)

Description

See Also