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]
##############################################################################
###+--------+#################################################################
#+-| LEFT() |--------------------------------------------+####################
#| +--------+ Returns the specified number of characters |####################
#+-------------------------------------------------------+####################
##############################################################################
##############################################################################
#+--| Summary |----------------+##############################################
#|     #INCLUDE string.hdr     |##############################################
#+-----------------------------+##############################################
##############################################################################
##############################################################################
#+--| Syntax |-----------------------------------------------------+##########
#|     FUNCTION CHAR left PROTOTYPE                                |##########
#|      PARAMETERS CONST CHAR source_string, VALUE UINT number     |##########
#+-----------------------------------------------------------------+##########
##############################################################################
##############################################################################
###########+---| Description |-----------------------------------+############
###########| The left() function returns the specified number of |############
###########| characters from source_string starting at the first |############
###########| character.                                          |############
###########+-----------------------------------------------------+############
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########|                                                          |#########
#########| ? left( "Susan Jones",3)          && Prints "Sus"        |#########
#########| ? len(left( "Molly Bergen",200))  && 12, not 200         |#########
#########| ? len(left(space(100)))           && Prints 0            |#########
#########| ? left( "   Start ",4)            && Prints "   S"       |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: len() ltrim() right() rtrim() substr()

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