I am working with ArcGIS Pro v2.4.1, and am trying to produce newlines using arcpy.AddMessage when running a script tool. I just want to create some blank spaces between messages, but none of the following seem to work when running the tool in ArcGIS Pro:
arcpy.AddMessage("\n")
arcpy.AddMessage("")
arcpy.AddMessage(" ")
However, these do work when running the tool in ArcMap. Is there a reason why these might not work in ArcGIS Pro?
I see the same thing as FC Basson with Pro 2.5. Personally, I would consider this a defect on Esri's part, but maybe they would consider it an 'enhancement' with Pro!
I tested a few white-space and control characters and all were getting stripped, but I did find that a zero-width space ('\u200B') works.