Search results for query: *

  1. J

    help with Guess Word Program

    First off, thanks to JohnH. My bad, when I posted the thread I didn't know I had to have an xcode and I thought the green messages would come up clear enough. Anyways, I have been debugging the program. I constantly do that. The problem is that I am taking an online class, with a professor who...
  2. J

    help with Guess Word Program

    Option Strict On Option Explicit On Module Guesswork Const charLimit As Integer = 12 Dim sWord(charLimit) As Char Dim uGuess(charLimit) As Char Dim wordInput As String Const _space As String = " " Const blank As String = "__" Dim letrInput As String Dim...
Back
Top