%RightTrim function
Related pages:
TEXT %RightTrim( TEXT in string TEXT in charToRemove := " " )
string | Text string. |
charToRemove | A character that will be removed from the the end of the string (optional parameter). |
%RightTrim(" Text Some Text ") ; returns the value of " Text Some Text" %RightTrim("..Text Some Text....") ; returns the value of "..Text Some Text"
Related pages:
Pridať komentár