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

  Syntax:   Sx_VSigLen( <nField> | <cField> )

            nFldNum = Number of the field being evaluated.
            cFldNum = Name of the field being evaluated.

  Returns:  In the case of weakly-typed "V" fields, returns the number of
            significant bytes in the specified field.  For strongly-typed
            "V" fields and all other standard Clipper field types, returns
            the same value as Clipper's LEN() function (the width of the
            field itself).

            If a workarea is not in use, or an invalid parameter value is
            passed, zero is returned.

  Description:  See return value above.

  Example:  // Assume the 3th field (STREET) has 5 significant bytes
            USE test EXCL
            ? Sx_VSigLen( 3 )           // Returns 5
            ? Sx_VSigLen( "STREET" )    // Returns 5


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