Simple check - count the opening braces { then count the closing braces }.
If the numbers are different then that's at least part of the problem. Each { must have a corresponding }. Same for ( and ).
Steve
Simple check - count the opening braces { then count the closing braces }.
If the numbers are different then that's at least part of the problem. Each { must have a corresponding }. Same for ( and ).
Steve