Quantcast
Viewing all articles
Browse latest Browse all 2341

New Post: EditCellValue [solved] ( my mistake)

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 !

Viewing all articles
Browse latest Browse all 2341

Trending Articles