The problem is:
I need to copy every cell's value of attribute table of some feature to string array.
I do it assigning cell's value to string variable StrBuf one by one.
To check the result the MsgBox will show StrBuf value.
Below is a part of code and result MsgBox window:
But when I assigne Shape field's value to StrBuf - the error is: "Run-time error '13' Type mismath"
My question is which type (instead of String) should I choose for StrBuf variable to avoide this error?
I use arcgis 10.2.2 , scripting in VBA.
أكثر...
I need to copy every cell's value of attribute table of some feature to string array.
I do it assigning cell's value to string variable StrBuf one by one.
To check the result the MsgBox will show StrBuf value.

Below is a part of code and result MsgBox window:

But when I assigne Shape field's value to StrBuf - the error is: "Run-time error '13' Type mismath"
My question is which type (instead of String) should I choose for StrBuf variable to avoide this error?
I use arcgis 10.2.2 , scripting in VBA.
أكثر...