Take Command / TCC Help v. 13.03

@RTRIM

Hide Navigation Pane

@RTRIM

Previous topic Next topic No directory for this topic No expanding text in this topic  

@RTRIM

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@RTRIM[string1,string2]: - Returns string2 with any characters in string1 removed from the right side of string2. String1 must be enclosed in double quotes if it contains any spaces, tabs, or commas.

 

Examples:

 

echo "%@rtrim[98XP,Windows XP]"

"Windows "

 

 

Comments (...)