Skip to content

BASIC GETTILE$ Function

Mike Hogsett edited this page Aug 24, 2024 · 4 revisions

GETTILE$

TYPE: plusBASIC graphics function


FORMAT: GETTILE$ ( tile )

Action: Returns the pixel date of the specified tile.

  • tile is a tile number in the range 0 through 155.
  • Returns a 32 character binary string containing the tile pixels.

Examples:

T$ = GETTILE$(13)

Populates string variable T$ with the pixel data from tile 13.

Clone this wiki locally