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



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


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


Arguments:     <expC1> is the string to remove tabs from.

               <expC2> is the character to replace the tab characters
               with.



Returns:       The specified string with its tabs removed


Usage:         Ideal for text formatting operations.


Examples:      ans = L_TABSTRIP(notes,"")
               * replaces all tab characters with ""


Language:      C

See Also: L_WPSTRIP() L_WPSTRIP2()

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