Is it possible to use a "for loop" or a "while loop" or something similar to search through a string field for a certain character?
Thanks Ido, is it then possible to add a character before or after this character I'm searching for. If it was a known number of character then it would be fine, but the field could have any number of entries.
Here is what I'm trying to do:
Current data: 245 12 4789
Desired data: 245, 12, 4789
Very simple idea, but aggravating. I'm thinking I would do a search through the string to the first blank space and record the position number, add the comma, and then put that into a variable and then continue to search throughout the variable. The remaining search is the sticking point.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.