MI Using String Functions: Difference between revisions

Content deleted Content added
Created page with "MapInfo has a range of string (text) functions that offer the user excellent query and text manipulation opportunities. The string functions from the MapInfo help are documented..."
 
No edit summary
Line 7:
! width=50% | Description
|-
|'''Chr$'''( num ) || Returns a character that corresponds to a character code <br> (e.g. Chr$(65) returns the string "A").
|-
|'''DeformatNumber$'''( str ) || Reverses the effect of the FormatNumber$ function, returning a string that does not include thousands separators.