_setup Utility - Color & Function Key Setup

Syntax

call "_setup"{,colorcode}

Description

The _setup utility sets up the screen default colors and loads function keys F7 through F10 as follows:

F7

CALL "_clear"

F8

CALL "_calc"

F9

CALL "_help"

F10

CALL "_edit"

If _setup is called with a color number, the function keys will NOT be loaded.

Examples

The following example changes the default colors and loads the function keys:

>call "_setup"

The following example changes the default color to color 16 (BLUE background with WHITE foreground) but does not load the function keys.

>call "_setup",16

Refer to the Color Code table for the color code map.

See Also

Alphabetical Utilities

Functional Listing of Utilities