Setting default pen for put commandsΒΆ
setpen |
Set default pen for put commands |
SYNTAX
setpen pen_no
Sets the pen to be used by all subsequent put commands which do not contain a pen = clause. The initial value for this pen is 21 (PEN_NORMAL).
pen_no |
The pen_no may be any expression that evaluates to an integer representing a suitable pen from the current window palette. |
EXAMPLE
setpen 5
setpen PEN_UNDERLINE
RELATED TOPICS |