Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The relation or constraint attribute @CHECKCRLF is used in combination with the GET$ function to replace single Carriage Return characters by a Carriage Return Line Feed Crlf combination.

Syntax

Place @CHECKCRLF in the data slot of the relation or constraint

...

This attribute is used in an expression using the GET$ function to replace single Cr's (CHR$(13)) into Qcrlf (CHR$(13) + CHR$(10)) as some software produce output or documents without LineFeed characters.

...