String 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
Upper / lower case: UCase$(), LCase$(), Proper$()
Find a sub-string: InStr()
Extract part of a string: Left$(), Right$(), Mid$(), MidByte$()
Trim blanks from a string: LTrim$(), RTrim$()
Format numbers as strings: Format$(), Str$(), Set Format, FormatNumber$(), DeformatNumber$()
Determine string length: Len()
Convert character codes: Chr$(), Asc()
Compare strings: Like(), StringCompare(), StringCompareIntl()
Repeat a string sequence: Space$(), String$()
Return unit name: UnitAbbr$(), UnitName$()
Convert a point object to a MGRS coordinate: PointToMGRS$()
Convert a MGRS coordinate to a point object: MGRSToPoint()
Convert an EPSG string to a CoordSys clause: EPSGToCoordSysString$()
Convert a point object to a USNG coordinate: PointToUSNG$(obj, datumid)
Convert a USNG coordinate to a point object: USNGToPoint(string)