: i have some questions about crossword ~
: \Please help me!
:
: 1) How to set the background colour and text colour in pascal??
:
: 2) I want to know does pascal has this function??
: if i input the right answer in the game
: then the colour of text will change to another colour~~
: How can do this??
:
: Suggest the simplest way to me~
: THZ~
:
1: TextColor() and TextBackground() in the CRT unit.
2: Set the new textcolor and write the answer again at the same location.