Maptitude GISDK Help |
Returns a concatenated string separated by the delimiter.
Added to Version 5.0.
joined = JoinStrings(array values, string delimiter)
Argument |
Contents |
values |
An array of strings to be joined |
delimiter |
The string to put between the joined strings |
A concatenated string separated by the delimiter.
The delimiter can be null or an empty string.
Numeric values in the array will automatically be converted to strings, but other types will cause an error.
values = {"Map","My First Map"}
joined = JoinStrings(values, "|")
// returns {"Map|My First Map")
Function |
Summary |
Compares two strings to see if they match |
|
Divides a string into pieces separated by the specified delimiters |
|
Splits a path and filename into its component parts |
|
Divides a string into pieces based on the position of vertical bars (|) in that string |
|
Extracts one word from a string |
©2025 Caliper Corporation | www.caliper.com |