Right Function |
Syntax:
Group:
Description: Returns the last Len chars of S$.
NOTE: A similar function, RightB, returns the last Len bytes.
Parameters:
Parameter |
Description |
Return the right portion of this string value. If this value is Null then Null is returned. |
|
Return this many chars. If S$ is shorter than that then just return S$. |
Example: