Problem with string
Problem with string
(OP)
I have a problem with a field string.
I have a field string which contain a comma and I change a comma with a space.
I find a comma with the function "INSTRING" but how change a comma ????
I have a field string which contain a comma and I change a comma with a space.
I find a comma with the function "INSTRING" but how change a comma ????
RE: Problem with string
where FieldString is your string and Position is the position returned from INSTRING. If you want to check and replace multiple commas, put in all in a LOOP with a BREAK when INSTRING returns zero(0).
RE: Problem with string
bye bye