Description
Returns string with the specified characters replaced by the specified string.
Syntax
Stuff(APropertyName, ACharsToReplace, AReplacement: String): String
Example
Stuff(Abbrev(),GEO,RIO)
If Abbrev is GEO101, then the return value is RIO101.