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

GEN_PIC( cField[, lIsget ] )

Purpose

An intelligent picture generator.

Arguments

     cField -- name of a field

     lIsget -- if passed and .T., a READ is in progress; defaults to a
                   call to READVAR().

Setup

None.

Example

     LOCAL i, temp, size := FCOUNT()
     USE ORDERS

     FOR i = 1 TO size
         temp = FIELD( i )
         @ i, 20 GET &temp PICTURE GEN_PIC( temp )
     NEXT

Returns

A picture string according to a set of defaults. See notes.

Side Effects

None.

Artful Calls

None.

Source File

AA_GNPIC.PRG

See Also: APICS()

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