This function retains the specified number of characters on the right side of a string and removes the remaining characters on the left side of the string.
Right(string, length)
Returns a string.
Use the RightB function with byte data contained in a string. Instead of specifying the number of characters to return, length specifies the number of bytes.
Use the Len function to determine the number of characters in string.