[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Returns a string array that contains the substrings in this instance that are delimited by elements of a specified string Tab=Strings [Property] Separators=Sets an array of strings that delimit the substrings in this string. ARG(string[])|5| StringSplitOptions=Sets a parameter specifies whether to return empty array elements. ARG(enum)|14|0|None,RemoveEmptyEntries Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doSplit=Makes the split. ARG(string String, string[] Separators)|1|0 onSplit=Occurs after splitting and returns a string array that contains the substrings in this string that are delimited by elements of a specified string array. ARG(string[])|2|13 Result=Returns a string array that contains the substrings in this string that are delimited by elements of a specified string array. ARG(string[])|3|13 String=Defines the source string. ARG(string)|4|2 Separators=Defines an array of strings that delimit the substrings in this string. ARG(string[])|4|13