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

MEMOPOS( [ nOffset ] )

Purpose

Return the field number of a memo field.

Arguments

     nOffset -- if passed, field number at which to start looking;
                    defaults to 1

Setup

A table is selected. nOffset is numeric. The parameter allows reading
from offset to find other memo fields.

Example

     USE CUSTOMER
     ? MEMOPOS()

Returns

0 if no table is selected or there aren't memo fields in the current
table, otherwise the ordinal position of the next memo field is returned.

Side Effects

None.

Artful Calls

None.

Source File

AA_MOPOS.PRG

See Also: MCOUNT()

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