Converts some characters in a string.

NewString := CONVERTSTR(String, FromCharacters, ToCharacters)

Parameters

String

Type: Text constant or code

The string that you want to convert.

FromCharacters

Type: Text constant or code

The characters that you want to replace. This function is case-sensitive.

ToCharacters

Type: Text constant or code

The new characters you want to insert. This function is case-sensitive.

The length of this string must correspond to the length of FromCharacters.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also