Conversions
The following is a list of Conversion functions in MapAble:
Each function has a link to more detailed descriptions and applications. The ones used often in the GIS environment has short descriptions.
Conversions
Function
|
Returns a string that represents the current object.
|
Use
|
To change a number field to an alphanumerical string
|
ToNumber(FieldName)
Function
|
Returns a number that represents the current object.
|
Use
|
To change a string field to an number. can only be used if the string field only consists of numerical values
|