Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

ALLTRIM()

Removes leading and trailing blank spaces from a string
---------------------------------------------------------------------------------

 Syntax

        ALLTRIM( <cString> ) --> cExpression  

 Arguments

        <cString>     Any character string    

 Returns

        <cExpression>   An string will all blank spaces removed from 
                  <cString>

 Description

      This function returns the string <cExpression> will all leading and
      trailing blank spaces removed.

 Examples

      ? ALLTRIM("HELLO HARBOUR")
      ? ALLTRIM("     HELLO HARBOUR")
      ? ALLTRIM("HELLO HARBOUR     ")
      ? ALLTRIM("     HELLO HARBOUR     ")

 Tests

      See Examples

Status

      Ready

 Compliance

      This function is Ca-Clipper compilant

 Platforms

      All

 Files

      Library is rtl



See Also: LTRIM() RTRIM() TRIM()

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