Code page

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
Guest
Code page

Post by Guest » Sun Dec 21, 2003 2:37 am

All of my electronic and amateur radio programs were written in QuickBasic back in the early 90s'. Computers then booted up to use code page 437. I recently gave a lecture to my local amateur radio club using a computer running DOS 6.22 only, this lecture gave an outline of programing in QuickBasic and I demonstrated several of my programs. Having been asked for copies of the programs, I ran them on a computer with 98SE only to find that where I had called up an extended character to give a particular symbol (such as omega) I now had a different character. Investigation showed that 98SE uses code page 850, hence the change of character.

I realise that it is possible to boot up using a different code page but is it possible to do this from within a QuickBasic program and return to codepage 850 on exit.

Dr_Davenstein
QBasic God
Posts:166
Joined:Tue Mar 25, 2003 12:45 am
Location:U.S.A.
Contact:

Re: Code page

Post by Dr_Davenstein » Sun Dec 21, 2003 3:56 am

You can try the forums on this site...
http://qbasicnews.com/
Someone will probably know.

There isn't much traffic at this place anymore. :(
Come check out [url=http://www.freebasic.net/forum/index.php]FreeBASIC[/url]. The syntax is based on QuickBasic, but it expands to use pointers, operator overloading, etc... The list goes on and on!

Post Reply