|

NumChar


(number) The number of characters to copy from the right hand side of the string.


Re t u r n s


(string) A string consisting of the specified number of characters from the end of the string. If an error occurs, a blank string "" is returned. You can use Application.GetLastError to determine whether this action failed, and why.


|