[About] Version=1.0 Author=Dilma Mail=support@hiasm.com [Type] Class=Element Info=String concatenation is the operation of joining two character strings end-to-end Tab=Strings [Property] Str1=Sets the first default string. ARG(string)|2| Str2=Sets the second default string. ARG(string)|2| Extern=Make an internal variable available in the global scope. ARG(bool)|4|0|True,False [Methods] doStrCat=Concatenates two specified instances of String. ARG(string Str1, string Str2)|1|0 onStrCat=Occurs after string concatenation and returns the result. ARG(string)|2|2 Result=Returns the result of joining two character strings. ARG(string)|3|2 Str1=Defines the first string. ARG(string)|4|2 Str2=Defines the second string. ARG(string)|4|2