Thalassicus
Bytes and Nibblers
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:
I tried searching through all the "Where" clauses one by one, but didn't spot the mistake.
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.