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



StripLeadingBlanks


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

The function StripLeadingBlanks returns the string Instring without any leading blanks.

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


Last Update: 2023-Feb-06