Hi,
Is there any practical way to convert scripts from arcmap to arcgis pro?
I need to convert several scripts, and for example this snippet I'm having a lot of problems.
arcpy.CalculateField_management("temp_informe_Layer", "EST_SUBREP", "" + anoAtual + " - Right( [PLANTIO],4 )", "VB", "")
would anyone know help me with the correct syntax for Arcgis PRO?
Thank´s