Table of Contents

ugBASIC User Manual

ON SCROLL...CALL

SYNTAX

   ON SCROLL UP ROW CALL label
   ON SCROLL DOWN ROW CALL label
   ON SCROLL LEFT COLUMN CALL label
   ON SCROLL RIGHT COLUMN CALL label

PURPOSE

This command is used to force a procedure call when the screen is scrolled down by an entire row or column.

EXAMPLE

  ON SCROLL UP ROW CALL scrolledAway

ABBREVIATION

 ONScl...Ca

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