Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SIx Driver RDD v3.00 - Reference Guide - <b>sxlog():</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  sxLog():

  Syntax:     sxLog( [<xLog>] )

  Returns:    A logical value based

  Description:  This function is primarily intended for use in creating
                a template for multi-key, free-format index files.

                You can also use this function as a generic conversion
                functions for insuring that a logical value is returned.
                For example:

                  ? sxLog( .T. )    // Returns .T.
                  ? sxLog( "T" )    // Returns .T.
                  ? sxLog( "Y" )    // Returns .T.
                  ? sxLog( 1 )      // Returns .T.

                  ? sxLog( .F. )    // Returns .F.
                  ? sxLog( "F" )    // Returns .F.
                  ? sxLog( "N" )    // Returns .F.
                  ? sxLog( 0 )      // Returns .F.


  NOTE: Just by using this function in your INDEX command, you will create
        an empty Multi-Keyed, Free-Format RYO index.  The INDEX command's
        EMPTY clause is not needed and will have no effect if used.


   Example:  See the examples for sxChar() and sxNum() for examples that
             can also be applied to the sxLog() function.



See Also: Sx_KeyAdd() sxChar() sxNum() sxDate() Multi-Key, Free-Format Indexes

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson