VBScript Error 800A040E("loop" without "do" error)
There seems to be nothing wrong with the syntax yet it keeps giving me the "loop" without "do" error.
VBScript Error 800A040E("loop" without "do" error)
Code:
set shell = createobject ("wscript.shell")
' Specify length of names.
intMax = inputbox("Length of text")
' Specify number of names to generate.
intNum = inputbox("Amount
Last edited by Frinavale; Jun 13 '13, 03:11 PM.
Reason: Added code tags, moved the information about the problem to be above the code, and added the error message to the body of the thread