skip to main content

Library Routines : W$HINT

W$HINT
The W$HINT library routine allows to show hints programmatically.
Syntax:
 CALL "W$HINT" USING hintText
Parameters:
Examples:
Example - Show a notification hint at line 2 column 2 and make it stay on video for 2 seconds
procedure division.
  call "w$hint" using "Download completed", 2, 2, 200.

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left