Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Thread: Unknown Character

    by Norm
    Replies
    19
    Views
    5,966

    [SOLVED] Re: Unknown Character

    Also I find that searching the local doc will find better references that doing the search on the doc's web site.
  2. Thread: Unknown Character

    by Norm
    Replies
    19
    Views
    5,966

    [SOLVED] Re: Unknown Character

    Actually it all comes with reading the API doc when a method doesn't do what you expect.
  3. Thread: Unknown Character

    by Norm
    Replies
    19
    Views
    5,966

    [SOLVED] Re: Unknown Character

    You missed copeg's post. The replace method RETURNs a modified String.
  4. Thread: Unknown Character

    by Norm
    Replies
    19
    Views
    5,966

    [SOLVED] Re: Unknown Character

    What does the printlln show for the value of nflTeam?
    Can you make a small complete program that compiles and executes to demonstrate what is happening?
  5. Thread: Unknown Character

    by Norm
    Replies
    19
    Views
    5,966

    [SOLVED] Re: Unknown Character

    Can you explain: "treating it so"?
  6. Thread: Unknown Character

    by Norm
    Replies
    19
    Views
    5,966

    [SOLVED] Re: Unknown Character

    Better question is: What is that character in ASCII terms?
    Find a table of ASCII code values and look it up. The largest ASCII char you can type from a keyboard has a value of 7E: (~)
    I don't...
  7. Thread: Unknown Character

    by Norm
    Replies
    19
    Views
    5,966

    [SOLVED] Re: Unknown Character

    To see what char is there, use the String charAt() method and then the Integer.toHexString() method to display the char in hex.
Results 1 to 7 of 7