MapInfo Pro Developers User Group

Welcome to the MapInfo Pro Developers community!  We are a group dedicated to the discussion and understanding of MapBasic and .Net MapInfoPro AddIn development. Bring your questions and ideas here. This group includes several members of the Pro development team from around the world.

Please feel free to start a discussion in the discussion tab or join in a conversation.

Product Information  Ideas Portal  MapInfo Community Downloads

Discussions

Members

Resources

Events

 View Only
  • 1.  Remove change line in one datafield

    Posted 12-12-2017 11:36

    Situation: the text in Mapinfo 64-bit TAB text-column has line breaks. How to remove them?



  • 2.  RE: Remove change line in one datafield

    Employee
    Posted 12-13-2017 09:19

    Mati,

    You can search for the new line character (Chr$(10) or Chr$(13)) and replace it with a space.

    MapInfo Pro comes with a Search & Replace tool that should be able to do the trick. If you use this, you'll need to copy the new line character as you can't insert the expression above in the search field. The tool would think you are searching for that specific string.