Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

ASAY( aRa_name, nLmnt_no, nRow, nCol, cPic_string[, ncClr ] )

Purpose

Display an array element at a specified screen location, using a specified
picture string.

Arguments

     aRa_name -- the array to use

     nLmnt_no -- the item to display

     nRow -- at screen row

     nCol -- at screen column

     cPic_string -- the display picture to use

     ncClr -- colour spec to use; defaults to 2

Setup

The array must be declared and filled. Elements may be any data type,
but the picture must be appropriate to the data type.

Example

     LOCAL i, array := { "New Hampshire", ;
                         "California", "Texas" }
     FOR i = 1 TO 3
         ASAY( array, i, 4 + i, 10, "@!" )
     NEXT



... displays the names of the states in upper case on rows 5 to 7 at column
10.

Returns

.T.

Side Effects

None.

Artful Calls

SYSCOLOR

Source File

AA_ASAY.PRG

See Also: AGET()

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