[About] Version=1.0 Author=Dilma Mail=support@hiasm.com [Type] Class=Element Info=Calculates the number of characters of the string Tab=Strings [Property] Extern=Make a variable containing the result available at the global scope. ARG(bool)|4|0|True,False [Methods] doLength=Calculates the number of characters of the string. ARG(string SrcStr)|1|0 onLength=Occurs after calculating the number of characters of the string and returns the result. ARG(int)|2|1 Result=Returns the number of characters at the specified string. ARG(int)|3|1 SrcStr=Defines the source string. ARG(string)|4|2