|
TrimRight$ | ||
TrimmedString$ = TrimRight$(SourceString$, [Remove$ =Space&TAbs]) | ||
Parameters: SourceString$ = The string you wish to remove characters from [Remove$ =Space&TAbs] = The optional characters string to remove. The default characters are spaces and tabs |
||
Returns: TrimmedString$ = The returned string with the Head/Tail characters removed |
||
The TrimRight$ function will return the source string$ after any unwanted characters have been removed from the tail of this string. The characters to be removed are specified by the user with the Remove$ parameter. FACTS: * None. Mini Tutorial:
This example would output.
|
Related Info: | CutLeft$ | CutRight$ | Left$ | Mid$ | Trim$ | TrimLeft$ : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |