REMCHAR$( )

REMCHAR$( source$, charSet$ )

Description:

This function returns a copy of source$ but with all the characters in charSet$ filtered out.

Usage:

 print remchar$("thze emerjgenczy broawdcast sysztem", "zjw")

produces:

  the emergency broadcast system

See also REPLSTR$( ), MID$( )