Page 1 of 1

J-ASCII Reader

Posted: Fri Nov 19, 2004 11:23 pm
by John Davidson
J-ASCII Reader is a simple ASCII reader that displays values in decimal,hexadecimal,octal, and binary.

John

Awesome!

Posted: Wed Dec 08, 2004 4:01 am
by Guest
Thanks for this program. I've just started learning Just BASIC, and have just read the section about ASCII commands, and was worndering what all they were, and if someone has made a program that tells you them.

Great program

Re: Awesome!

Posted: Tue Dec 14, 2004 7:48 pm
by John Davidson
Anonymous wrote:Thanks for this program. I've just started learning Just BASIC, and have just read the section about ASCII commands, and was worndering what all they were, and if someone has made a program that tells you them.

Great program
Thanks for your kind words!

Did you try the 'Test Keyboard Input' in the Files menu?

It shows that typing the ALTed ASCII code will allow you to display the symbol in a JB string or REM.
Pretty cool for adding the copyright symbols, and such, to your applications.

John