Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Declined Color parameters for Screen cmd

Jul
441
6
Color parameters for Screen - Add optional color parameters to the current SCREEN command. Without the color parameters the text would be displayed using the current defaults, like now.

Proposed syntax: SCREEN row col [[BRIght] fg ON [BRIght] bg ] [text]

Example: SCREEN +5 0 Bri Red on Whi text to display
 
Do you mean just like SCRPUT?
Code:
v:\> scrput /?
Position text on the screen and display it in color.

SCRPUT row col [BRIght] fg ON BRIght] bg text
 
Close but no. As I understand it, the colorizing parameters are not optional in SCRPUT.
Code:
C:\JPSoft>SCRPUT 15 0 Hi
Usage : SCRPUT row col [BRIght] fg ON BRIght] bg text
v21.01.45
C:\JPSoft>SCRPUT +5 0 whi on black Hello
v21.01.45
C:\JPSoft>

Hello
 
Back
Top