Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+---------+################################################################
#+-| LTRIM() |------------------------+#######################################
#| +---------+ Removes leading blanks |#######################################
#+------------------------------------+#######################################
##############################################################################
##############################################################################
#+--| Summary |----------------+##############################################
#|     #INCLUDE string.hdr     |##############################################
#+-----------------------------+##############################################
##############################################################################
##############################################################################
#+--| Syntax |----------------------------------+#############################
#|     FUNCTION CHAR ltrim PROTOTYPE            |#############################
#|      PARAMETERS CONST CHAR source_string     |#############################
#+----------------------------------------------+#############################
##############################################################################
##############################################################################
###################+---| Description |--------------------+###################
###################| The ltrim() function removes leading |###################
###################| blank characters from source_string. |###################
###################+--------------------------------------+###################
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########|                                                          |#########
#########| ? ltrim( "     John & Celine Lowrey" )                   |#########
#########| *---- returns: "John & Celine Lowrey"                    |#########
#########|                                                          |#########
#########| ? ltrim( chr(12)+"      Start       " )                  |#########
#########| *---- no change occurs to string                         |#########
#########|                                                          |#########
#########| ? ltrim( space(90) )                                     |#########
#########| *---- returns: NULL string                               |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: rtrim() trim()

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