Try this:rows = arcpy.UpdateCursor("c:/gis/temp.shp","","","", "POINT_X A; POINT_Y A") The correct sort field parameter delimiter is a ; and you were using a ,
I need to sort on multiple fields in vb.net. Any ideas?Thank you!