The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



StripTrailingBlanks


Unit:SDL_stringl
Class:none
Declaration:function StripTrailingBlanks (Instring: string): string;

The function StripTrailingBlanks returns the string Instring without any trailing blanks.

Example: The statement "astr := StripTrailingBlanks ('   ... to be   '); " returns the string "   ... to be " to the variable astr.


Last Update: 2023-Feb-06