$FUNCNAME$
  A2EDIT()
$CATEGORY$
  ARRAY
$SUMMARY$
   Browse 2D array in a table layout
$LANG_RU$
        
$SYNTAX$

     A2EDIT(<nTop>, <nLeft>, <nBottom>, <nRight>, <aData>, <cUserFunc>, <aSay>, <aHeaders>, <aHeadSep>, <aColSep>, <aFootSep>, <aFooters>) --> NIL

$ARGUMENTS$

     <nTop> 	Numeric, is the upper coordinates of the A2EDIT() window.
     <nLeft> 	Numeric, is the left coordinates.
     <nBottom> 	Numeric, is the bottom coordinates.
     <nRight> 	Numeric, is the right coordinates.
     <aData> 	Array, is the 2D array to browse.
     <cUserFunc> 	String, is the user function name.
     <aSay> 	Array, is the picture clauses to format each column.
     <aHeaders>	Array, is the column headers.
     <aHeadSep>	Array or character, is the heading separators.
     <aColSep>	Array or character, is the columns separators.
     <aFootSep>	Array or character, is the footings separators.
     <aFooters>	Array, is the footings data.

$LANG_RU$

     <nTop> 	Numeric,   A2EDIT() .
     <nLeft> 	Numeric,  .
     <nBottom> 	Numeric,  .
     <nRight> 	Numeric,  .
     <aData> 	Array,   .
     <cUserFunc> 	String,   .
     <aSay> 	Array,     .
     <aHeaders>	Array,  .
     <aHeadSep>	Array or character,   .
     <aColSep>	Array or character,  .
     <aFootSep>	Array or character,   .
     <aFooters>	Array,    .

$RETURNS$

     A2EDIT() returns NIL.

$LANG_RU$

     A2EDIT()  NIL.

$DESCRIPTION$

     A2EDIT() is a array function that determines the browse 2D array data
     in a table layout.

     A2EDIT() lake a <link linkend="functionDBEDIT">DBEDIT()</link> function.

$LANG_RU$

     A2EDIT() -     , 
        2- .

     A2EDIT()    <link linkend="functionDBEDIT">DBEDIT()</link>,  
       ,    .

$EXAMPLES$

       arr := {{1,2,3,4,5}{11,22,33,44,55}{111,222,333,444,555}}
       A2EDIT(0, 0, maxrow(), maxcol(), arr, {"One", "Two", "Three", "Four", "Five"})

$PLATFORMS$
   No dependies of platform.
   $LANG_RU$
      
$SEEALSO$
	DBEDIT()
$AUTHOR$
ITK
   $LANG_RU$

$END$
