I have a script that is throwing this error.
This usually means there is a loop (like an if
or do
) that is not correctly ended, or there are too many end
clauses. I can't find the issue. Any good tips on how to identify this kind of syntax error?
It could also be a double-quote issue. Wondering if there is a way (in ultra-edit or text editor) to detect lines of script that have un-even numbers of double quotes.