Maptitude GISDK Help |
Converts an integer to a string representation of the integer value.
value_string = IntToString(integer int_value)
Argument |
Contents |
int_value |
Any integer |
A string representing the value of int_value.
Can also be called as I2S().
n = GetSetCount("Selection")
ShowMessage(i2s(n) + " records are selected.")
Function |
Summary |
Formats a number |
|
Converts a real number to an integer |
|
Converts a real number to a string |
|
Returns a value rounded to a specified number of decimal places |
|
Converts a string to an integer value |
|
Converts a string to a real number |
©2025 Caliper Corporation | www.caliper.com |