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:
  1. The position that contains the value to be replaced.
  2. The replacement string; this parameter defaults to "" indicating a deletion.
Smart parameters are supported.

Returns

True if the character replacement is successful. Otherwise, False.

Level

Field level.

Details

Example
ReplaceValueAtPosition("3,/")