Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_closearea() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_CLOSEAREA()

 DESCRIPTION

 The C_CLOSEAREA() function closes the database in a specified work
 area.  C_CLOSEAREA() can accept up to nine parameters specifying
 the work areas to close or a single array containing any number of
 work areas to close.

 SYNTAX

 C_CLOSEAREA(area1 [,area2]...[,area9])

 PARAMETERS

 area1 (N/A) is the work area to close.  The area1 argument can be
 specified as one specific work area number or as an array
 containing any number of work areas to close.

 area2...area9 (N) are the second through ninth work areas to close.
 Note that these arguments only have meaning if the area1 argument
 is a work area number and not an array.

 RETURNS

 There is no return value.

 EXAMPLES

 c_closearea(10)         && Close area 10

 c_closearea(1,2,5,9)    && Close areas 1, 2, 5, 9

 declare a1[3]
 a1[1] = 7
 a1[2] = 10
 a1[3] = 12

 c_closearea(a1)         && Close areas 7, 10, 12 using array


See Also: C_CLOSEDBF() C_ISOPEN()

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