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 Library for Clipper - <b>l_wpstrip2()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                               L_WPSTRIP2()


Syntax:       L_WPSTRIP2()


Purpose:      Removes all word processing characters from the specified file
              except line feeds, carriage returns, soft carriage returns.


Arguments:    <expC> is any character string.


Returns:      <expC> with all word processing characters removed except for
              line feeds, carriage returns, soft carriage returns.


Usage:        Use this function when you want to display a WP file using
              Clippers Memoedit() function whithout displaying the control
              characters but retaining the doucments format.


Examples:     doc = L_WPSTRIP2(doc)


Note:         Use Clippers Memoread() function to read the file off the disk
              in to a Clipper variable.  Use L_TABSTRIP() to remeove tab
              characters from the file.


Language:     C

See Also: L_WPSTRIP() L_TABSTRIP()

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