Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

FIELD_NO( cField )

Purpose

Get the field number of a field.

Arguments

     cField -- name of field to check

Setup

cField is a string containing the name of a field in the current table.

Example

     USE CUSTOMER
     ? FIELD_NO( "Account_No"  )          && Returns 1
     ? FIELD_NO( "COMPANY"  )             && Returns 4

Returns

The ordinal field position in the current database of cField,
or 0 if

     cField does not exist.

Side Effects

None.

Artful Calls

None.

Source File

ARTFUL.CH

See Also: FIELDCOUNT() IS_FIELD()

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