RTrim
The FSF.RTrim function removes all trailing whitespace from a string.
char* WINAPI RTrim( char *Str );
Parameters
Str
String from which you want to remove the trailing whitespace.
Return value
On return Str contains a string with trailing spaces removed.
See also: