Home BasePack Stringl Procedures and Functions StripLTBlanks |
|
See also: RemoveControlChars, CenterString, LeftString, RightString, ReplaceCharInString, ReduceStringToAZ09, StripTrailingBlanks, StripLeadingBlanks, ReduceStringToFN83CompliantChars, RemoveCharInString, RemoveMultiChars |
|
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.
|
|