Project QBasic Routines





  1. AddBackSlash - Add a backslash to the path if it's not already present
  2. DrawWindow - Set up a rectangular console window at specific coordinates
  3. extractAlpha - Filters and returns only the alphabetic characters from an input string
  4. FindOcurrences - finds the positions of a substring within a source string
  5. MaskLetters - Replaces all alphabetical characters in a given string with asterisks
  6. MaskString - Replace alphabetic characters with '*'
  7. Mix - Mix together lines from two strings
  8. Space2Plus - Converts any spaces in a string to a + character
  9. Substitute - Make character substitutions
  10. Substitute2 - Replaces characters in a hidden word with a guessed letter
  11. playNotes, printAt, readCharacter, showFileContents, waitforInput