[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Gather()
Actualizes a register with the information of an array
Syntax:
Gather( aArray ) -> Nil
aArray : An array with the information
Description:
Actualizes a register with an the information of an array that
previously could has been generated with the Scatter function.
The table to take the data is the one that will be on the default
work area. This table must be opened.
Return:
Nothing.
Example:
use sold new
dbGoBotton()
aArray := Scatter ()
aArray [ 1 ] := "Mathew"
Gather ( aArray )
See Also:
Scatter()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson