EXCHANGE Function

The EXCHANGE function exchanges one hexadecimal character for another.

Format

NEW=EXCHANGE(string,hex1,hex2)

Parameter(s)

hex1

ASCII Hexadecimal character.

hex2

ASCII Hexadecimal character.

Description

EXCHANGE( ) replaces all occurrences of the hexadecimal character hex1 with the new hexadecimal character hex2 in the string, string.

See Also

Statement and Function Reference