Hi,
I noticed that when you call shapefile.EditCellValue(FieldIndex,ShapeIndex,newval)
Shapeindex is modified !
So you can have
idx =1
shapefile.EditCellValue(findx,idx,newval)
msgbox(idx) will return 0 !
I noticed that when you call shapefile.EditCellValue(FieldIndex,ShapeIndex,newval)
Shapeindex is modified !
So you can have
idx =1
shapefile.EditCellValue(findx,idx,newval)
msgbox(idx) will return 0 !