[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents method to remove all leading and trailing occurrences of a set of characters from the source string Tab=Strings [Property] +TrimChars=Sets a characters to remove. ARG(string)|2| TrimMode=Sets the mode of trimming: Start remove from the start of the string; End remove from the end of the string; otherwise remove both. ARG(enum)|14|0|Both,Start,End Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doTrim=Removes all leading and trailing occurrences of a set of characters from the source string. ARG(string Data, string TrimChars)|1|0 onTrim=Occurs after the string trimmed and returns the result. ARG(string)|2|2 Result=Returns a new string in which all leading and trailing occurrences of a set of specified characters from the source string are removed. ARG(string)|3|2 Data=Defines the string to be trimmed. ARG(string)|4|2 TrimChars=Defines a characters to remove. ARG(string)|4|2