HTBasic Help
×
Menu
Index

ALPHA PEN

Sets the ALPHA display color.
 
 ALPHA PEN pen-number
 
Usage:
ALPHA PEN Color
ALPHA PEN 137
IF Red THEN ALPHA PEN 2
 
Example:      ALPHA PEN.BAS
 
Description:
This statement overrides any ALPHA PEN, PRINT PEN, KBD LINE PEN or KEY LABELS PEN statements in effect. The pen-number is a numeric expression rounded to an integer. Legal values are from 0 to 255. This statement is equivalent to CONTROL CRT,5;pen-number.
 
See Also: