SET CLIPPER       SET CLIPPER syntax and notes.

Clipper Version 1.29 dtd 04/15/91.

Problem Statement

a) There is a problem in 5.01 with how Clipper applications read the
CLIPPER environment variable.

b) The //NOALERT variable is not documented.

Cause

a) Unknown.

b) Documentation omission.

Work Around(s)

a) Prefix all settings with a // and put a space between them.
Put a colon between the setting and its value. For example:

SET CLIPPER=//F:50 //SWAPPATH:'C:\TEMP' //TEMPPATH:'C:\TEMP'

b) NOALERT may be used to disable any messages provided by the ALERT()
function.