Hi,
Can anybody help me out please.
I have a number of strings in the format CllllCllllll (C=Caps,l-Lower) and I want to split them into 2 fields (Cllll Cllllll etc).
I believe I can do this by using the INSTR function but I'm having problems identifying what is a capital letter. It works if I specify a specific letter but basically I want to be able to pick up on any letter with an Ascii code between 60 & 90 and use that as the split criteria.
Any ideas as to how I might go about coding this?
Thanks in advance for any help..
Regards
PaulSc
Can anybody help me out please.
I have a number of strings in the format CllllCllllll (C=Caps,l-Lower) and I want to split them into 2 fields (Cllll Cllllll etc).
I believe I can do this by using the INSTR function but I'm having problems identifying what is a capital letter. It works if I specify a specific letter but basically I want to be able to pick up on any letter with an Ascii code between 60 & 90 and use that as the split criteria.
Any ideas as to how I might go about coding this?
Thanks in advance for any help..
Regards
PaulSc