C
CW
I have a control where we need the value to be formatted as follows:
Maximum of 8 characters (but could be just one i.e. anything from 1-8)
Can be either letter or digit
No spaces between characters
Upper case
I have tried >aaaaaaaa but that allows spaces so no good
Thanks
CW
Maximum of 8 characters (but could be just one i.e. anything from 1-8)
Can be either letter or digit
No spaces between characters
Upper case
I have tried >aaaaaaaa but that allows spaces so no good
Thanks
CW