Crystal Reports — How To Remove Character From a String
1 min readAug 5, 2020
Crystal Reports — How To Remove Character From a String
To remove a character from a string e.g. a comma: do the following:
Replace({rimain.desc},”+”,””)
Reference: https://stackoverflow.com/questions/8065336/removing-a-specific-character-from-a-string