Text.Right
From Xojo Documentation
Method
Returns the last count characters of the Text value.
Exceptions
- OutOfBoundsException if maximumLength is less than 0 or count is greater than Text.Length.
Sample Code
Get "World!" from text:
Returns the last count characters of the Text value.
Get "World!" from text: