prn_over()

Purpose

Prints over an existing map

Old name

#define prnover prn_over

Syntax

void prn_over(old_map, fieldnr, new_map);

Parameters

int old_map

Number of map in stream

 

int fieldnr

Number of field in the old map over which to print

 

int new_map

Number of new map to print

Description

The text from the second map specified is placed in the form. Its position is determined by the position of the specified field.

You cannot use the function prn() to print in fields on the new map.

See also

prn(), prn_x(), form()

Example

prn_over(2,7,90);