start - any numeric expression or field containing a number representing the starting position in
text
numberOfCharacters - any numeric expression or field containing a number representing the number of characters to remove from text
replacementText - any text expression or field containing the text to replace in the original string
Character replacement in text begins at the
start character position and continues for
numberOfCharacters characters. Compare to the
Substitute function.
Replace(PhoneNumber;1;3;”415”) returns
415-555-9054, when the PhoneNumber field contains 408-555-9054.