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

AASCATTER( [ aFldNames ] )

Purpose

Place field contents from the current record into an array.

Arguments

     aFldNames -- If passed, array of fieldnames. Default is all.

Setup

A table must be open. If afldnames[] is passed, it must contain valid
fieldnames.

Example

     LOCAL aValues
     USE CUSTOMER
     aValues := AASCATTER()
     ? aValues[ 1 ]  && "KALASHNIKOFF"

Returns

An array of field contents.

Side Effects

Fills the array.

Artful Calls

None.

Source File

AA_SCATR.PRG

See Also: AAGATHER()

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