Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>scatter()</b> http://www.X-Hacker.org [<<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()

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