Home > Available Help Files > PC-DMIS BASIC Language > Language Reference A – Z > Right Function
Current Help System: PC-DMIS BASIC (View Core Help)
Right (stringexpression, n )
Returns the right most n characters of the string parameter.
The parameter stringexpression is the string from which the rightmost characters are returned.
The parameter n is the number of characters that will be returned and must be a long integer.
Related Topics: Len, Left, Mid Functions.
More: