PRINT             Miscellaneous Comments.

Clipper Version 1.29 dtd 04/15/91.

Problem Statement

a) When DEVICE is set to print, using @ row, col will not set PROW() and
PCOL() to row, col as it did in S'87. (It will clear the noted screen
row).

b) If printing is directed to a file, the default extension of the file
name will be .PRN, not .TXT.

Cause

a) See Std.ch

b) N/A

Work Around(s)

a) Use @ row, col SAY "" or SETPRC(row, col).