header
redcrossbook
programming
Navigation
Basic Main
Downloads
tutorials
Links
Tutorials
» Mr. Penguin July 21, 2001
Allright, this really isn't to much of a tutorial section, but more of a tip and trick section that I am making up for everyone. Mainly there is just stuff here to make your program a little bit better for looks and things like that.

» Qbasic
  • Encryption Code - This is a very simple program that can teach you to use the IF THEN(conditional) commands, trust me, if you need help on conditionals go over this, even though it is short.
  • Vertical Line - trust me on this, use this short FOR NEXT loop for when your organizing your data for your screen.
  • Multiplication Table - Try this out if you need help on things like using double loops and if you need help multiplying things :P.
  • Names in ABC order
  • Random Name - Print out a list of names from an outside source on your hard drive.
  • Only Capatalize First Letter
  • Up and Down Arrow - This can teach you to select things with the arrow keys, very simple to use.
  •