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

XCOUNT( [ aArray ] )

Purpose

Counts the open indexes in the current work area, and optionally fill an
array with the index keys.

Arguments

     aArray -- if passed, it will be filled with index keys

Setup

aArray, if passed, is valid and sized properly. The maximumm number of
indexes per file is 14.

Example

     LOCAL keys[ XCOUNT() ]    && size it
     ? XCOUNT( keys )          && fill it

Returns

The number of open indexes in current area, or -1 if no file is in use.

Side Effects

Crash on bad data.

Artful Calls

None.

Source File

AA_XCOUN.PRG

See Also: MCOUNT()

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