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

screen_no = PUSH_SCR()

Purpose

Save the current screen to a SCREENS file. Each user has exclusive use of a
uniquely named file, SCRN1.FIL, SCRN2.FIL, etc. The first call to PUSH_SCR()
creates the file. SIGN_OFF() calls SCRAPFILES() to delete it on exit.
If you do not exit with SIGN_OFF() or QUITPROG(), you must call SCRAPFILES().

Arguments

     None.

Setup

None required.

Example

     screen_no = PUSH_SCR()
     MY_SCREEN()                  /* a function you write */
     POP_SCR( screen_no )

Returns

The record number of the saved screen.

Side Effects

Will overwrite the next 4000-byte record in SCREENS, or add 4000 bytes at
EOF.

Artful Calls

None.

Source File

AA_PPSCR.PRG

See Also: POP_SCR()

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