|
When posting error please post all of the text without editting.
Looks like you have mis-matched {}s.
If you are using an IDE it can help you find {} pairs.
Otherwise you must go thru them one pair at a time until you find the mis-match.
One technique is to start at the inside and work out.
Make a copy of the program to work on. As you pair the {}s delete them and their contents.
Eventually you'll find the problem.
Another technique is print the program and use a pen, drawing a line to connect each pair.
Last edited by Norm : 08-29-2008 at 11:31 PM.
|