Search:

Type: Posts; User: acwheat

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    4,391

    How about this? ((let1 == 'B' || let1 == 'b')...

    How about this?
    ((let1 == 'B' || let1 == 'b') && (let2 == 'W' || let2 == 'w'))
  2. Replies
    5
    Views
    4,391

    Infinite Loop when entering invalid input

    I'm working on a simple database. The data entry will be a combo of 5 numbers and 2 letters. If anything else other than exactly 5 numbers and 2 letters are entered an infinite loop is created. How...
Results 1 to 2 of 2