SCREEN (function): Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 February 2024

22 September 2023

11 February 2023

29 January 2023

26 January 2023

24 January 2023

23 January 2023

29 April 2022

20 April 2022

  • curprev 13:5213:52, 20 April 2022BigRon55 talk contribs 3,895 bytes +3,895 Created page with "The '''SCREEN''' function returns the ASCII code of a text character or the color attribute at a set text location on the screen. {{PageSyntax}} :: codeorcolor% = '''SCREEN (''row%'', ''column%''''' [, colorflag%]''')''' {{Parameters}} * ''row'' and ''column'' are the INTEGER text coordinates of the SCREEN mode used. * Optional ''colorflag'' INTEGER value can be omitted or 0 for ASCII code values or 1 for color attributes. ''Usage:'' * The ''co..."