Search:

Type: Posts; User: Voodoo

Search: Search took 0.35 seconds.

  1. Re: How do I represent any character in a piece of code?

    You're welcome. The code is the 100% "bug-free" if you check the length of the string before you poke each position. Here is it,


    if (partOnePC != null && partOnePc.length() > 3 &&...
  2. Re: How do I represent any character in a piece of code?

    if (partOnePC != null && (partOnePC.charAt(2) > 0 || partOnePC.charAt(3) > 0))

    pos.2 or 3 will include a range between 1 ... 255 (0x01 .. 0xFF)
Results 1 to 2 of 2