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>gather()</b> http://www.X-Hacker.org [<<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()

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