FilterFieldSelectedChars

Deletes the specified characters from the value of the current field.

Syntax

bool FilterFieldSelectedChars (StrParam)

Parameters

A String containing the character or characters to be removed. Every instance of the characters are removed from the captured value. Smart parameters are supported.

Returns

Always True.

Level

Field level.

Details

Removes all instances of the characters that you enter as parameters from the captured value of the current Field object.
Example
FilterFieldSelectedChars(0)
11002900 becomes 1129