Functions - Right |
|
|
Returns a String containing a specified number of characters from a string, starting at the end and working backwards. SyntaxRight(source, length) ParameterssourceThe
string from which characters are returned. ExampleThis expression part evaluates to "ar": Right("FooBar", 2) |