so, say i wanted to have the user choose the color they wanted to have text displayed in. why i tried this:
write('now choose color');
readln(color);
textcolor(color);
why does this not work? (sorry if i am being really stupid with this quesiton but please help) if that wont work, how can i do it?
write('now choose color');
readln(color);
textcolor(color);
why does this not work? (sorry if i am being really stupid with this quesiton but please help) if that wont work, how can i do it?