Home Help

TrimRight(s:string):string

TrimRight returns a copy of the string S with trailing spaces and control characters removed.

a=TrimLeft("  Test  ")