[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Scatter()
Returns an array with the information of a register
Syntax:
Scatter() -> aArray
Description:
Returns an array with the information of a register.
The table to take the data is the one that will be on the default
work area. This table must be opened.
Return:
An array with the same structure than the register and loaded with
the current register of the table.
Example:
use clientes new
aArray := Scatter ()
aArray [ 1 ] := "Joe"
Gather ( aArray )
See Also:
Gather()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson