Search found 3 matches

by tainoartist
Wed Sep 21, 2005 7:30 pm
Forum: Utilities
Topic: Contact Manager
Replies: 0
Views: 2818

Contact Manager

I programmed this address book in 2004 to keep my contacts in the art world. You can easily change the contact types just changing the array.
The only thing that is missing is a PRINT function. I'll get on it soon.
by tainoartist
Fri Sep 16, 2005 9:01 pm
Forum: Games
Topic: CHEMIST
Replies: 0
Views: 2681

CHEMIST

I found this game at http://www.atariarchives.org/basicgames/.
I took the original code, eliminated the line numbers and added branch labels, and violá it works.

-Chris
by tainoartist
Mon Jan 03, 2005 5:06 pm
Forum: Demos
Topic: Is This a Vowel
Replies: 2
Views: 4882

ascii code error

Hi John, I just tried your demo. I like it very much. I just found one teeny mistake. When I type "o" it shows as a consonant, and "y" as a vowel. I checked the code and you have the ascii codes inverted. "o" should be "79".

-Chris