Links are not active on this page.
 SET ASSERTS Command

Specifies if ASSERT commands are evaluated or ignored.

SET ASSERTS ON | OFF

Parameters

ON

Specifies that Visual FoxPro executes ASSERT commands.

OFF

Specifies that Visual FoxPro ignores ASSERT commands. (Default)

Expand imageRemarks

If you choose the Ignore All button in the message box following an assert, SET ASSERTS is set to OFF.

Expand imageSee Also