HardCR()

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

HardCR()

Previous pageReturn to chapter overviewNext page

Purpose

To replace all soft carriage returns (chr(141)) with hard carriage returns (chr(13))

Syntax

HardCR( <cString> ) cHardCRString

Argument

<cString> is the string containing the soft carriage returns

Returns

HardCR() returns a string where all soft carriage returns are replaced with hard carriage returns.