I am looking for a way to add text in the same line in the progress dialog box. The AddMessage() adds a newline and this is not convenient.
For example: I want to have one line with the text:
arcpy.AddMessage("Sorting data...Done") where "Sorting data..." should appear before the execution of the tool and "Done" after it.
Is there a way to do this?
أكثر...
For example: I want to have one line with the text:
arcpy.AddMessage("Sorting data...Done") where "Sorting data..." should appear before the execution of the tool and "Done" after it.
Is there a way to do this?
أكثر...