Table of Contents

ugBASIC User Manual

ON SCROLL..GOSUB

SYNTAX

   ON SCROLL {UP ROW|DOWN ROW|LEFT COLUMN|RIGHT COLUMN} GOSUB [label]

PURPOSE

This command is used to force a unconditional jump with returning to a pre-defined position when the screen is scrolled down by an entire row or column.

EXAMPLE

  ON SCROLL UP ROW GOSUB scrolledAway

ABBREVIATION

 ONSCROLL..GOSUB

AVAILABLE ON

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY