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>sx_error():</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Sx_Error():

  Syntax:  Sx_Error()

  Returns:  <numeric> Internal error code from last command/function.
                      0 if no error occurred.

  Description:  This function returns an error code that identifies the
                specific internal error condition when a SIx Driver command
                or function fails.

  Example:

    #include "SIXCDX.CH"

    USE test VIA "SIXCDX"            // Open TEST.DBF and TEST.CDX
    SET TAG TO state                 // Select the STATE tag
    IF Sx_Error() > 0                // Check for error (TAG didn't exist)
      Alert( "TAG NOT FOUND" )       // Display informative message
    ENDIF


See Also: Error Codes

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