Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

SIGN_OFF( [ cExe_name[, cExe_desc[, cLogo_line ;
          [, cClose_msg ]]] )

Purpose

A generalised program closer which tidies up after your application.

Arguments

     cExe_name -- displayed on first line of box

     cExe_desc -- display on next line of box

     cLogo_line -- displayed on third line of box

     cClose_msg -- if passed, displayed on the message line. The default is
                   "Thank you for using".

Setup

None.

Example

     SIGN_OFF( "So quit using me. Fine. Fine! I don't get lonely!" )

Returns

.T.

Side Effects

All open files are closed. Temporary files are deleted. closing screen
is painted, and the program terminates.

Artful Calls

MIDDLE, DRAW_BOX, SCREEN_FILE, STRINT, CENTRE, SYSCOLOR

Source File

AA_SINOF.PRG

See Also: SIGN_ON() SIGN_BOX()

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