File adlutils.icn

Summary

###########################################################################

	File:     adlutils.icn

	Subject:  Procedures to process address lists

	Author:   Ralph E. Griswold

	Date:     January 3, 1994

###########################################################################

   This file is in the public domain.

###########################################################################

     Procedures used by programs that process address lists:

	 nextadd()		get next address
	 writeadd(add)		write address
	 get_country(add)	get country
	 get_state(add)		get state (U.S. addresses only)
	 get_city(add)		get city (U.S. addresses only)
	 get_zipcode(add)	get ZIP code (U.S. addresses only)
	 get_lastname(add)	get last name
	 get_namepfx(add)	get name prefix
	 get_title(add)		get name title
	 format_country(s)	format country name

###########################################################################

  Links:  lastname, io, namepfx, title

###########################################################################
Procedures:
format_country, get_city, get_country, get_lastname, get_namepfx, get_state, get_title, get_zipcode, nextadd, writeadd

Records:
label

Links:
lastname.icn

This file is part of the (main) package.

Source code.

Details
Procedures:

format_country(s)


get_city(add)

 only works for U.S. addresses


get_country(add)


get_lastname(add)


get_namepfx(add)


get_state(add)


get_title(add)


get_zipcode(add)


nextadd()


writeadd(add)


Records:

label(header, text, comments)



This page produced by UniDoc on 2021/04/15 @ 23:59:54.