Maptitude GISDK Help |
Returns the rightmost n characters of a string.
value = Right(string my_string, integer n)
Argument |
Contents |
my_string |
Any string |
n |
Any integer equal to or less than the length of my_string |
A string equal to the rightmost n characters of my_string.
Function |
Summary |
Returns the leftmost n characters of a string |
|
Returns the position of a substring within a string |
|
Search for the first occurrence of a substring within a string, starting the search at a designated position |
|
Search for the last occurrence of a substring within a string, ending the search at a designated position |
|
Removes the leading and trailing spaces from a string |
©2025 Caliper Corporation | www.caliper.com |