Search:

Type: Posts; User: 93tomh

Search: Search took 0.13 seconds.

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

    Thanks mate, this really did help a lot!
  2. How do I represent any character in a piece of code?

    I basically want to say if character at slot 2 has something there or if character at slot 3 has somethin g there then the statement is valid.

    if(partOnePC.charAt(2) != NULL ||...
Results 1 to 2 of 2