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.

Remarks

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

See Also

ASSERT | Setting Asserts | SET Command