ReplaceValueAtPosition
Replaces the value at the specified position within the current field with a replacement string, or deletes the value.
Syntax
bool ReplaceValueAtPosition (StrParam)
Parameters
Two-part comma-separated value:- The position that contains the value to be replaced.
- The replacement string; this parameter defaults to "" indicating a deletion.
Returns
True if the character replacement is successful. Otherwise, False.Level
Field level.Details
- Example
ReplaceValueAtPosition("3,/")