Author
help
Jade Davidson
Ranch Hand
Joined: Oct 12, 2001
Posts: 64
posted Dec 13, 2001 20:35:00
0
I must be overlooking something obvious, but I don't know why I am getting "else without if" compiler errors. (edited by Cindy to format code) [This message has been edited by Cindy Glass (edited December 14, 2001).]
David O'Meara
Rancher
Joined: Mar 06, 2001
Posts: 13459
posted Dec 13, 2001 20:40:00
0
Ack! Go to the effort of including brackets even for single line statements, you'll save on so much stress in the long run. Bit hard to see your layout since you didn't use the UBB [ code] tags, but I recommend lining up the start and end braces. Dave.
William Barnes
Ranch Hand
Joined: Mar 16, 2001
Posts: 984
First problem: Second problem: If you wrote this with 1] an editor that indented automatically, or 2] used {} correctly you would see the problem
Please ignore post, I have no idea what I am talking about.
Jade Davidson
Ranch Hand
Joined: Oct 12, 2001
Posts: 64
posted Dec 14, 2001 08:11:00
0
OK, I see it now. thanks.
subject: help