YMAX

n = YMAX

Returns the screen height in pixels.

See XMAX for screen width.

Example

print "This window has " + XMAX + "x" + YMAX + " pixels"
' Output: This window has 640x480 pixels
Graphics
If there is insufficient information on this page and you wish learn more about YMAX, please send an email to smallbasic@gmail.com. You can help to improve information about YMAX by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.