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


Syntax:        L_WPSTRIP(<expC1>, <expC2>)


Purpose:       Removes WP control characters from memo field or
               character string and replaces them with a specified
               character.


Arguments:     <expC1> is the string to remove WP control characters
               from.

               <expC2> is the character to be used to replace the WP
               control characters with.


Returns:       The specified string with WP control characters
               removed.


Usage:         Ideal for text formatting operations.  All ascii
               characters less than or equal to 31 and greater or
               equal to 127 are removed from the string and replaced
               with the specified character.


Examples:      ans = L_WPSTRIP(notes,"")
               * replaces all WP characters with ""


Language:      C

See Also: L_TABSTRIP() L_WPSTRIP2()

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