Macro Language Reference > Macros > Tag > ttmapret
  
ttmapret
Description
Specifies that all the carriage returns in a given text stream should be mapped to a space. This works with the ttmaprety keyword, which map these spaces.
Syntax
ttmapret stream:t? on off:o?
ttmapret
[no parameter]
If the on_off parameter is not specified, toggle map carriage returns on or off depending on current setting.
stream
The name of the stream whose carriage returns should be mapped: if the stream parameter is not specified, will use the current stream.
on off
0
Display carriage returns as normal in the text stream.
1
Map any carriage returns in the text stream as a single space.
Additional Information
 
The ttmapret command was previously called ttignret. The ttignret keyword is still recognized for backward compatibility.
Related Links