G 
		
								
				
				
			
		G
Hello,
I have a POSTCODE field which allows values for example:
SE12 8JA
B3 1AB
G1 1ET
LA1 2AG
I would like to in code behind, take the first ONE or TWO alpha non
numerical characters, and store them in a second TextField called "Area" in
the format of [SE].
So for example:
SE12 8JA = [SE]
B3 1AB =
G1 1ET = [G]
LA1 2AG = [LA]
The brackets are important, as is the ability to IGNORE everything from the
first numeric charcter onwards.
Any help appreciated.
				
			I have a POSTCODE field which allows values for example:
SE12 8JA
B3 1AB
G1 1ET
LA1 2AG
I would like to in code behind, take the first ONE or TWO alpha non
numerical characters, and store them in a second TextField called "Area" in
the format of [SE].
So for example:
SE12 8JA = [SE]
B3 1AB =
G1 1ET = [G]
LA1 2AG = [LA]
The brackets are important, as is the ability to IGNORE everything from the
first numeric charcter onwards.
Any help appreciated.
	