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