Im sure there has to be a simple way of doing this but I have spent hours pouring over web pages and books but cant get started in the right direction!
What I would like to do is evaluate a text box to determine if there is an even number of characters. I thought I could do use something like this;
IEEERemainder(txtField.Length, 2)
If the returned value was greater than 0 then apparently there would not be an even number of characters.
However the results were rather unpredictable.
Any suggestions would be greatly appreciated.
Tate
What I would like to do is evaluate a text box to determine if there is an even number of characters. I thought I could do use something like this;
IEEERemainder(txtField.Length, 2)
If the returned value was greater than 0 then apparently there would not be an even number of characters.
However the results were rather unpredictable.
Any suggestions would be greatly appreciated.
Tate