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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBScript Error

Status
Not open for further replies.

cerruti1881

Technical User
Nov 8, 2012
10
AU
When I ran my script, I got the following error:
TEST.vbs(583, 1) Microsoft VBScript compilation error: 'loop' without 'do'
I'm sure it's complete Do...Loop structure.
Within that main Do...Loop structure, there are couple of Do...Loop structures nested, each of them is complete. Some of them, it's got If Then Exit Do statement. Some of them, it's got Wscript.Quit statement. Do they matter? What could be the possible problem?
And, one more dummy question: Is there any free software that can run VBScript line by line for debugging purpose?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top