cravincreeks
Technical User
Hello all,
I'm looking for an IDE or script editor in which I can step through and debug VB scripts. This environment must allow me to reference objects/reference/classes in the ArcGIS 9.0 API. The example below is the first line of code that was generated using the GIS software's model builder:
set gp = WScript.CreateObject("esriGeoprocessing.GPDispatch.1")
So this VBS editor must be able to reference that esriGeoproessing object.
Thanks in advance for any help that you can provide!
Alex
I'm looking for an IDE or script editor in which I can step through and debug VB scripts. This environment must allow me to reference objects/reference/classes in the ArcGIS 9.0 API. The example below is the first line of code that was generated using the GIS software's model builder:
set gp = WScript.CreateObject("esriGeoprocessing.GPDispatch.1")
So this VBS editor must be able to reference that esriGeoproessing object.
Thanks in advance for any help that you can provide!
Alex