Note: You must add uk to the end of the address, it's to help prevent spam. |
RIGHT$ Abbreviation: R <SHIFT+I> TYPE: String Function Action: The RIGHT$ function returns a sub-string taken from the right-most end of the <string> argument. The length of the sub-string is defined by the <numeric> argument which can be any integer in the range of 0 to 255. If the value of the numeric expression is zero, then a null string ("") is returned. If the value you give in the <numeric> argument is greater than the length of the <string> then the entire string is returned. EXAMPLE of RIGHT$ Function:
|