|
AddressBlk() |
|
|
Purpose To format an address for printing Syntax AddressBlk( <cName>, <cAddress1>, <cAddress2>, <cCity>, <cState>, <cZip> ) cAddressString Arguments <cName> The recipient's name <cAddress1> Address line 1 <cAddress2> Address line 2 <cCity> The city name <cState> The state <cZip> The zip code Returns AddressBlk() creates an address block string based on the arguments passed. Blank arguments are ignored.
|