HARDCR()
Replace all soft carriage returns with hard carriages returns.
- Syntax
-
- HARDCR( <cString> ) --> <cConvertedString>
- Arguments
-
- <cString> is a string of chars to convert.
- Returns
-
- <cConvertedString> Trasformed string.
- Description
-
- Returns a string/memo with soft carriage return chars converted to hard carriage return chars.
Examples
? HARDCR( Data->CNOTES )
Tests
@ 1, 1 SAY HARDCR( Data->CNOTES )
will display converted string starting on row two, column two of the
current device.
- Status
- Ready
- Compliance
-
- HARDCR() is fully CA-Clipper compliant.
- Files
-
- Library is rtl
- See Also