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

ADDRESS( aAddress, nMargin )

Purpose

Compose a formatted address.

Arguments

     nAddress -- Address array (see Setup)

     nMargin -- Left margin

Setup

Each element of aAddress is a subarray comprising one line of the
address. Each element of each subarray is expected to be a string portion
of the corresponding line. There is no restriction on the number or sizes
of the subarrays.

Example

     LOCAL address_ra
     USE CUSTOMER
     address_ra := ( { First_Name, Last_Name }, ;
                     { B_Addr1 }, ;
                     { B_City, B_Pcode, B_Prov } )
     ADISPLAY( ADDRESS( address_ra, 5 ) )

     * For a quick and dirty mailing list,
     * put the above code in a loop.

Returns

An array containing a formatted address ready for printing. Each element of
the array is one line of the address. If nMargin is specified, each
character string will begin with this many spaces.

Side Effects

None.

Artful Calls

None.

Source File

AA_LETTR.PRG

See Also: PRT_LETTER()

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