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

AAGATHER( aValues [, aFldNames ] )

Purpose

Update the current record with values from an array.

Arguments

     aValues -- array of values

     aFldNames -- If passed, array of corresponding fieldnames.
                  Defaults to all.

Setup

A table must be open, and aValues[] must contain valid data for the
corresponding fields.

Example

     USE CUSTOMER INDEX CUSTOME1
     SEEK "ALUMINUM"
     AAGATHER( { "Aluminium", "Jacqui" }, ;
               { "Last_name", "First_name" } )

Returns

NIL.

Side Effects

Replaces fields.

Artful Calls

None.

Source File

AA_SCATR.PRG

See Also: AASCATTER()

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