[About] Version=1.0 Author=Dilma Mail=support@hiasm.com [Type] Class=Element Info=Retrieves a substring from specified string Tab=Strings [Property] Position=Sets the zero-based starting character position of a substring. ARG(int)|1|0 Count=Sets the number of characters in the substring. ARG(int)|1|0 Extern=Make a variable containing the result available at the global scope. ARG(bool)|4|0|True,False [Methods] doCopy=Retrieves a substring from specified string. The substring starts at a specified character position and has a specified length. ARG(int Position, int Count)|1|0 onCopy=Occurs after retrieving substring 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 starting character position of a substring. ARG(int)|4|1 Count=Defines the number of characters in the substring. ARG(int)|4|1