Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IDE for debugging VBscript. Must be able to reference extern objects

Status
Not open for further replies.

cravincreeks

Technical User
Jun 18, 2004
85
US
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
 
Have you tried Visual Interdev that comes with Visual Studio? If that doesn't work, try downloading the 2005 Beta from Microsoft (it is free to download or £3 if you want to pay for the CD - takes about 3 weeks to arrive).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top