FT_SETVPG()
Set the current video page
──────────────────────────────────────────────────────────────────────────────

Syntax

FT_SETVPG( <nPage> ) -> NIL

Arguments

<nMode> is a valid video page.

Returns

NIL

Description

Selects the video page.

For more information on graphics programming and video pages,
consult a reference such as "Programmer's Guide to PC and PS/2
Video Systems" (Microsoft Press).

Examples

// The following sets the current video page to 1

FT_SETVPG( 1 )

Source: PAGE.PRG

Author: Glenn Scott