Difference between revisions of "AROW()"
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 34: | Line 34: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Array Processing]] | ||
+ | [[Category:Array Processing Functions]] |
Revision as of 15:37, 1 June 2009
Class
Array Processing
Purpose
Function to return a row coordinate from a two dimensional array
Syntax
AROW()
See Also
AADD(), AAVERAGE(), ABROWSE(), ACHOICE(), ACOL(), ACOPY(), ADEL(), ADESC(), ADIR(), AELEMENT(), AFIELDS(), AFILL(), AINS(), ALEN(), AMAX(), AMIN(), APPEND FROM ARRAY, ASCAN(), ASIZE(), ASORT(), ASTORE(), ASTRING(), ASUBSCRIPT(), ASUM(), COPY TO ARRAY, DECLARE, DIMENSION, GATHER, LOCAL, PRIVATE, PUBLIC, RELEASE, RESTORE, SAVE, SCATTER
Description
The AROW() function returns a row coordinate from a two-dimensional array. The AROW() function may be used in conjunction with the ACOL() function as part of a UDF for the ABROWSE() function. The ABROWSE() function browses a two-dimensional array in spreadsheet style format, and accepts an optional UDF to define keystrokes. When not used in a UDF for the ABROWSE() function, the AROW() and ACOL() functions may be used to return the position in the array on exit. See the [ABROWSE()-] entry for an example of the use of the AROW() and ACOL() functions within an ABROWSE() user defined function.
Example
use customer.rdb declare acust[lastrec(),fcount()] copy to array acust clear abrowse(1,1,23,78,acust) dialog box acust[arow(), acol()]
Products
Recital Mirage Server, Recital Terminal Developer