tips:revmedia:subs6

DELAY

Published ByDateVersionKnowledge LevelKeywords
Revelation Technologies14 NOV 19892.XEXPERTDELAY

DELAY is a subroutine that provides a way to pause execution of a routine for a specified number of seconds.

DELAY(seconds)

DELAY is an empty loop which executes for the number of seconds specified.

seconds

Place a value in seconds to indicate the number of seconds to delay.

None.

* The following code displays a message for the number of 
seconds specified.

DECLARE SUBROUTINE DELAY, MSG

* Display a message for the specified delay time

seconds = 10

MSG("This message will be up for 10 seconds.", "UB", response, "")

DELAY(seconds)

MSG("", "DB", response, "")
  • tips/revmedia/subs6.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1