[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    SetVerify()

         Changes/Determines the DOS verify flag

    Syntax:

         SetVerify( [lNewValue] ) -> lOldValue

         lNewValue : A optional logical value indicating the new value of
                     the DOS verify flag

    Description:

         Changes and determines the value of the internal DOS verify flag.

    Return:

         Returns .T. if verify flag is ON .F. if it isn't.

    Example:

         BoxWarning ( "Verify flag is " + If( SetVerify(), "Yes", "No" ) )

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