fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Home > lang > rtrim
 
Edit  Rename  Undo  Refresh   
Documentation
History  
RTrim$ - History
08/29/2008 19:18:47 - gambas
..............................................................................   ..............................................................................
                                                                                                                                                               
{Example                                                                         {Example                                                                      
PRINT "<"; RTrim$("Gambas"); ">"                                                 PRINT "<"; RTrim$("Gambas"); ">"                                              
<hr>&lt;Gambas>                                                                  --                                                                             
                                                                                 <Gambas>                                                                       
}                                                                                }                                                                             
{example                                                                         {example                                                                      
PRINT "<"; RTrim$("  Gambas   "); ">"                                            PRINT "<"; RTrim$("  Gambas  "); ">"                                          
<hr>&lt;  Gambas>                                                                --                                                                             
                                                                                 <  Gambas>                                                                     
}                                                                                }                                                                             
{seealso                                                                         {seealso                                                                      
[cat/string] [/lang/ltrim] [/lang/trim]                                          [cat/string] [/lang/ltrim] [/lang/trim]                                       
..............................................................................   ..............................................................................
08/20/2008 01:19:46 - l.wei
..............................................................................   ..............................................................................
                                                                                                                                                               
Strips white spaces from the right of the [../../comp/gb/string] _sExpr_.        Strips white spaces from the right of the [../../comp/gb/string] _sExpr_.     
                                                                                                                                                               
A white space is any character whose [/def/ascii] code is stricly lower than 3   A white space is any character whose [/def/ascii] code is strictly lower than  
                                                                                                                                                               
{Example                                                                         {Example                                                                      
PRINT "<"; RTrim$("Gambas"); ">"                                                 PRINT "<"; RTrim$("Gambas"); ">"                                              
..............................................................................   ..............................................................................
05/09/2006 15:18:40 - hj.herbert
Creation