Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: AlphaChop Problem

    by Norm
    Replies
    15
    Views
    1,310

    Re: AlphaChop Problem

    Glad you got it working.
  2. Thread: AlphaChop Problem

    by Norm
    Replies
    15
    Views
    1,310

    Re: AlphaChop Problem

    The expression I was referring to is: guessedLetter + 1
    (char)(guessedLetter + 1)
  3. Thread: AlphaChop Problem

    by Norm
    Replies
    15
    Views
    1,310

    Re: AlphaChop Problem

    Put the expression in () and cast it to char
  4. Thread: AlphaChop Problem

    by Norm
    Replies
    15
    Views
    1,310

    Re: AlphaChop Problem

    Please copy the full text of the error message and paste it here. It has important info about the error.
  5. Thread: AlphaChop Problem

    by Norm
    Replies
    15
    Views
    1,310

    Re: AlphaChop Problem

    If you wrote it then you know where the value of the starting and ending characters sent to the generateRange() method are set. Look at that code and think about how you want to change it.
    If its...
  6. Thread: AlphaChop Problem

    by Norm
    Replies
    15
    Views
    1,310

    Re: AlphaChop Problem

    Do you see where the value of the parameter sent to the generateRange() method is off by one so it includes the letter you don't want included? For example instead of sending 'H' it should send 'I'...
  7. Thread: AlphaChop Problem

    by Norm
    Replies
    15
    Views
    1,310

    Re: AlphaChop Problem

    What does that mean? are you asking how to show this String:
    I J K L M N O P Q R S T U V W X Y Z
    How is the first letter to show chosen? It looks like it is off by one.
  8. Thread: AlphaChop Problem

    by Norm
    Replies
    15
    Views
    1,310

    Re: AlphaChop Problem

    Please copy the output and paste it here. Its hard to copy text from an image.
Results 1 to 8 of 8