Product: LABELVIEW, CODESOFT
Version: All Versions
|
replace( <<String>>,<<start>>,<<num_char>>,<<new_string>>): Returns the converted string argument. A number (equal to the num_char argument) of characters from the position defined in the start argument has been replaced by the new_string argument.
Example:
replace("Paris, New York",8,8,"Singapore") = Paris, Singapore
|