Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>hardcr()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
HARDCR()


Syntax:     HARDCR(<expC>)

Purpose:    To replace all soft carriage returns (CHR(141)) with hard
            carriage returns (CHR(13)) in order to display memo fields
            containing soft carriage returns.

Argument:   <expC> is the character string or memo field to convert.

Returns:    A character string.

            HARDCR() returns a string up to 65,535 (64K) characters in
            length.

Library:    EXTEND.LIB


----------------------------------- Example --------------------------------

   To display a memo field formatted with the automatic word-wrapping of
   MEMOEDIT().

   ? HARDCR(Notes)


See Also: ?/?? @...SAY...GET REPORT FORM MEMOTRAN() STRTRAN()

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