form()

Purpose

Appends a map to the printer stream

Syntax

void form(mapnr)

Parameters

int mapnr

Number of map to append

Description

The function form() is used to append a map to the printer for subsequent printing. After form() is called, fields on the map can be filled in using the prn_x() functions. The function prn_print() is finally called to print the map.

See also

form_over(), dvc_choose()