[About] Version=1.0 Author=Dilma Mail=support@hiasm.com [Type] Class=Element Info=Reports the index of the first occurrence of the specified string in source string Tab=Strings [Property] Target=Sets the default the search string. ARG(string)|2| StartPos=Sets the default the starting position for searching. ARG(int)|1|0 Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doSearch=Reports the index of the first occurrence of the specified string in source string. The search starts at a specified character position. ARG(string SrcStr, string Target, int StartPos)|1|0 onSearch=Occurs when the search is complete. ARG(int)|2|1 Result=Returns the result of searching. ARG(int)|3|1 SrcStr=Defines the source string. ARG(string)|4|2 Target=Defines the search string. ARG(string)|4|2 StartPos=Defines the starting position for searching. ARG(int)|4|1