Data-Conversion Functions - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
Language
English
Product name
MapBasic
Title
MapInfo MapBasic Reference
First publish date
1985
Last updated
2023-09-12
Published on
2023-09-12T16:32:32.686312
Convert strings to codes: Asc()
Convert codes to strings: Chr$()
Convert strings to numbers: Val()
Convert numbers to strings: Str$(), Format$()
Convert a number or a string to a date: NumberToDate(), StringToDate()
Converting to a 2-Digit Year: Set Date Window, DateWindow()
Convert object types: ConvertToRegion(), ConvertToPline()
Convert labels to text: LabelInfo()
Convert a point object to a MGRS coordinate: PointToMGRS$()
Convert a MGRS coordinate to a point object: MGRSToPoint()
Convert a point object to a USNG coordinate: PointToUSNG$(obj, datumid)
Convert a USNG coordinate to a point object: USNGToPoint(string)