karengarrette
Technical User
Hi
I want to split a postcode field in inpromptu, the postcodes can be anything from 5 to 8 characters in lenght with no fixed format in terms of letter number number letter letter etc. I want to seperate them up so that I have the first part ie, PR, or M, then the number which follows, 23, 3
So a postcode which is PR2 4RG, would be spli into PR, then PR2, but M1 5JG, would split, M then M15. So i want to know if there is a way of splitting a string into numbers and letters, I have tried Char, pad, etc whithout success.
Hope someone can help
Thanks
I want to split a postcode field in inpromptu, the postcodes can be anything from 5 to 8 characters in lenght with no fixed format in terms of letter number number letter letter etc. I want to seperate them up so that I have the first part ie, PR, or M, then the number which follows, 23, 3
So a postcode which is PR2 4RG, would be spli into PR, then PR2, but M1 5JG, would split, M then M15. So i want to know if there is a way of splitting a string into numbers and letters, I have tried Char, pad, etc whithout success.
Hope someone can help
Thanks