Hey all,
Is SCREEN mode 7 available in PB/DOS? Under QBASIC this puts the screen in a 40 column by 25 row mode
with 16 colors.
Also:
How does one convert text from lowercase to uppercase in GWBASIC? GWBASIC is not blessed with UCASE$ and I am trying to convert an old GWBASIC program for use in QBASIC. Do I convert the text first to lowercase and then use a FOR NEXT-LOOP to convert to upper case? What if the user hits CAPS LOCK and types in uppercase? Do I detect for that? What about words that are MuLtY-cAsEd?
Paul
Paul
------------------
Few cats act their age, while
most just cough up furballs.
[This message has been edited by Paul Panks (edited February 10, 2002).]
Is SCREEN mode 7 available in PB/DOS? Under QBASIC this puts the screen in a 40 column by 25 row mode
with 16 colors.
Also:
How does one convert text from lowercase to uppercase in GWBASIC? GWBASIC is not blessed with UCASE$ and I am trying to convert an old GWBASIC program for use in QBASIC. Do I convert the text first to lowercase and then use a FOR NEXT-LOOP to convert to upper case? What if the user hits CAPS LOCK and types in uppercase? Do I detect for that? What about words that are MuLtY-cAsEd?
Paul
Paul
------------------
Few cats act their age, while
most just cough up furballs.
[This message has been edited by Paul Panks (edited February 10, 2002).]
Comment