Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_atrim() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_ATRIM()

 DESCRIPTION

 C_ATRIM() removes the leading and trailing blanks from a character
 string.

 NOTES

 C_ATRIM() can be used in place of Clipper's ALLTRIM().  C_ATRIM()
 is approximately 300 bytes smaller than ALLTRIM() and is equally as
 fast.

 SYNTAX

 C_ATRIM(string)

 PARAMETERS

 string (C) is the character string to trim.

 RETURNS

 C_ATRIM() returns a character string.

 EXAMPLES

 s1 = "   ABC   "           && Spaces on left and right

 ? c_atrim(s1) --> "ABC"    && Spaces are removed from beginning and end


See Also: C_STRFILL()

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