rTrim
Top  Previous  Next

val = rTrim(str) 

Returns a copy of a string without trailing spaces.

Parameters

str  
 
String being truncated. If not string, converted to string.  

Example


a = rTrim("    -Hello-    ")      ' Returns "    -Hello-".