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

MEMOFIELDS()

Purpose

Return an array of the names of memo fields in the current table, or an
empty array if there are none.

Arguments

None

Setup

A table is open and selected.

Example

     USE CUSTOMER
     LOCAL aMfields
     ADISPLAY( aMfields := MEMOFIELDS() )

Returns

An array of all memo field names.

Side Effects

None.

Artful Calls

None.

Source File

AA_MEMOF.PRG

See Also: MCOUNT()

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