Marking the End of Next Loops
Written by Eric Smith, Northstar Computer Systems LLC
Since VBScript doesn't allow you to add a variable name to the Next statement, your loops can get confusing. However, you can always add a comment to the end of your statements, as shown here:
' code
Next ' intLoop
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 6/1/2000
|