Hello,I would like to add an html link to a message that appears in the dialog box.
import arcpy
p2s = '-- For more info click <!!HTML_LINK!!> --'
arcpy.AddMessage(p2s)
Is this possible? When a geoprocessing error occurs there is a link to error description so it seems possible!ThanksPhil