Finding warnings

Thalassicus

Bytes and Nibblers
Joined
Nov 9, 2005
Messages
11,057
Location
Texas
When a mistake is made in a file, it highlights the mistake with a red line. How do we search for these? I need to locate this error in a 2000+ line file:

BC - Promotions.xml): 'Row' or 'Delete' expected, got 'Where'.

I tried searching through all the "Where" clauses one by one, but didn't spot the mistake.
 
Possibly a self-closed <Update/> tag?

If not, binary chop may be the only way (delete half the xml, restart, see if you still have the error, etc)
 
Back
Top Bottom