beginner81
Programmer
I'm havin some problem here in doin verification, hope ya guys can help..
Ok.. i'm currently doin a barcode scanning system.. let's say if the users
scan the value A156238954H5.. all i want is just only the 10 digit numbers from the
result that they r scanning to be display (this field is always havin 10 digit numbers and
some of the character)... so in this case the value to b display is 1562389545...
How bout if i want to the verification that a field can only accept 5 bytes data??
otherwise an error message will prompted out..
and finally, how bout if i want to accept only the integer value in certain field, and no
character allowed in the field (prompted a message if user key in the character value)..
thanks in advance..