I have a text field in a table where I need to find where the first lower case occurs in the string.
I am trying to create a bar code of the field, and there needs to be a plus sign before each lower case letter.
For instance, the value DsMldGnRR would need to have a + sign before the "s". Then it would read as D+sM+l+dG+nRR. This would actual occur before each lower case. Once I find the first case, isnerting the + sign is easy.
I am trying to create a bar code of the field, and there needs to be a plus sign before each lower case letter.
For instance, the value DsMldGnRR would need to have a + sign before the "s". Then it would read as D+sM+l+dG+nRR. This would actual occur before each lower case. Once I find the first case, isnerting the + sign is easy.