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....



StripLTBlanks


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

The function StripLTBlanks returns the string Instring with the leading and trailing blanks stripped off.

Example: The statement "hstr := StripLTBlanks (' ... to be or not to be ');" returns the string
'... to be or not to be'
to the variable hstr.


Last Update: 2023-Feb-06