[About] Version=1.0 Author=Dilma Mail=support@hiasm.com [Type] Class=Element Info=Deletes a specified number of characters from specified string beginning at a specified position. Tab=Strings [Property] Position=Sets the zero-based position to begin deleting characters. ARG(int)|1|0 CharCount=Sets the number of characters to delete. ARG(int)|1|0 Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doDelete=Deletes a specified number of characters from specified string beginning at a specified position and writes the result to the flow. ARG(int Position, int CharCount)|1|0 onDelete=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 SrcStr=Defines the source string. ARG(string)|4|2 Position=Defines the zero-based position to begin deleting characters. ARG(int)|4|1 CharCount=Defines the number of characters to delete. ARG(int)|4|1