Views:

Product: LABELVIEW, CODESOFT

Version: All Versions

 

ReplaceString(«string»,  «old_string», «new_string»): Replaces all occurrences of a specified «old_string»  in character string «string» with another specified «new_string».

Example:
ReplaceString( "abc12def12",  "12", "") = abcdef