Maptitude GISDK Help |
Converts a string to proper case (first letter of each word capitalized).
new_string = Proper(string old_string)
Argument |
Contents |
old_string |
Any string |
A string indicating the proper case version of old_string.
str = Proper("sample SAMPLE") |
// str = "Sample Sample" |
str = Proper("JOHN SMITH") |
// str = "John Smith" |
Function |
Summary |
Converts a string to upper case |
|
Converts a string to lower case |
©2025 Caliper Corporation | www.caliper.com |