[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Assert.ch
--------------------------------------------------------------------------------

   Assert( <lCondition> [, <cMsg>] )

   If <lCondition> evaluates to true (.T.), Assert() does nothing.
   Otherwise, a message is written to STDOUT and the application
   terminates. <cMsg> specifies the message to display if the assertion
   fails.  Otherwise, the text of the condition itself is displayed as the
   message.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson