[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Returns a new string in which a specified number of characters from the current string are deleted. [Property] StartIndex=Sets the zero-based position to begin deleting characters. ARG(int)|1|0 Count=Sets the number of characters to delete. ARG(int)|1|0 [Methods] doRemove=Returns a new string in which a specified number of characters in this instance beginning at a specified position have been deleted. ARG(string text, int startindex, int count)|1|0 *doRemove2=Returns a new string in which all the characters in the current instance, beginning at a specified position and continuing through the last position, have been deleted. ARG(string text, int startindex)|1|0 onRemove=Occurs after removing a specified part and writes the result to the flow. ARG(string)|2|2 Result=Returns the result. ARG(string)|3|2 Text=Defines the source string. ARG(string)|4|2 StartIndex=Defines the zero-based position to begin deleting characters. ARG(int)|4|1 Count=Defines the number of characters to delete. ARG(int)|4|1