[About] Version=1.0 Author=Dilma Mail=support@hiasm.com [Type] Class=Element Info=Inserts a specified substring at a specified index position of source string Tab=Strings [Property] SrcStr=Sets the default string source. ARG(string)|2| SubStr=Sets the default substring. ARG(string)|2| Position=Default an insertion position. ARG(int)|1|0 Extern=Make a variable containing the result available at the global scope. ARG(bool)|4|0|True,False [Methods] doInsert=Inserts a specified substring at a specified index position of source string. ARG(int Position, string SubStr)|1|0 onInsert=Occurs after inserting a specified substring and returns the result. ARG(string)|2|2 Result=Returns the result. ARG(string)|3|2 SrcStr=Defines the source string. ARG(string)|4|2 SubStr=Defines the substring to be inserted. ARG(string)|4|2 Position=Defines a start position of characters to inserting. ARG(int)|4|1