Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

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: MEMOTRAN() STRTRAN()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson