Input Mask for post code

morlan

Registered User.
Local time
Today, 10:08
Joined
Apr 23, 2003
Messages
143
>LL00 0LL

This input mask does not work because some post codes have only 1 numeric value at the start.

eg EH3 8BJ
instead of EH33 8BJ

Is there a way around this?
 
Try...

>LL09 0LL

The nine is not required number. The zeros are required.

HTH
 
Hello,
I am sure input mask will be like:
>LL0& 0LL ,
but >LL09 0LL is wrong - 9 still required a number.

Sincerely Igor.
 
I use >LL09\ 0LL;0;_
it works fine for me.

Steve
 
This one works well for me.....

>LA&&" "0LL;;_
 
Thanks Numpty I wanted UK post codes and your Input Mask seems to work well.;). Tried some others but found issues.
 
Another one to add to to confusion

>aaaa\ aaaaa

Based in the UK this works for me

Regards Ypma
 

Users who are viewing this thread

Back
Top Bottom