Stripcr()

Removes all carriage returns from a string

Usage

STRING = Stripcr( string )
Argument Summary
string string

Calling

Supports named-parameter calling allowing you to use the function like:

Stripcr(
   string=?
);

Supports passing parameters as a structure using ArgumentCollection:

Stripcr( ArgumentCollection={
   string : ?
} );