Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> swpdismsg()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SWPDISMSG()
------------------------------------------------------------------------------
 Purpose:
 Enable or disable displaying of message after swap.

 Syntax:
 lValue = SWPDISMSG(lValue)

 Parameters:
 lValue  Enable / disable indicator.

 Returns:
 The previous setting.

 Default:
 Disabled.

 Description:
 Enable or disable the display of a 'Press any key to continue' message
 prior to reloading the parent process. The kernel will display the message
 and wait for a keystroke prior to reloading the parent if the setting is
 TRUE, otherwise no action will be taken.

 Example:
 // Display message and wait for keystroke after                             
 // the DIR command has executed                                             
 SWPDISMSG(.T.)                                                              
 SWPRUNCMD("DIR",0,"","")                                                    

See Also: SWPGETKEY()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson