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]
##############################################################################
###+---------+################################################################
#+-| RTRIM() |----------------------------------------------------+###########
#| +---------+ Returns the result of removing all trailing blanks |###########
#+----------------------------------------------------------------+###########
##############################################################################
##############################################################################
#+--| Summary |----------------+##############################################
#|     #INCLUDE string.hdr     |##############################################
#+-----------------------------+##############################################
##############################################################################
##############################################################################
#+--| Syntax |----------------------------------+#############################
#|     FUNCTION CHAR rtrim PROTOTYPE            |#############################
#|      PARAMETERS CONST CHAR source_string     |#############################
#+----------------------------------------------+#############################
##############################################################################
##############################################################################
###########+---| Description |-----------------------------------+############
###########| The rtrim() function returns the result of removing |############
###########| all trailing blanks from source_string.             |############
###########+-----------------------------------------------------+############
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########|                                                          |#########
#########| ? rtrim("Megan Morse  ")    && "Megan Morse"             |#########
#########| ? len( rtrim("   "))        && prints 0                  |#########
#########| ? rtrim(ltrim("  My Name ") && "My Name"                 |#########
#########|                                                          |#########
#########| z = "A long string with spaces"+space(50)                |#########
#########| ? rtrim( z )                                             |#########
#########|                                                          |#########
#########| *--- prints: "A long string with spaces"                 |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: ltrim() trim()

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