| 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 |
|---|---|
| Upper() | Converts a string to upper case |
| Lower() | Converts a string to lower case |
| ©2025 Caliper Corporation | www.caliper.com |