Hi,
Missing ; is common, we all do it.
It is a case of getting to interpret the errors.
An error is usually cited, then the next valid line is quoted to act as marker, they also quote a line number.
As you can see, if you get in the habit of laying out your code and using AutoFormat as you write your code you can minimise errors as you go.
You can consider AutoFormat as a sort of basic compiler error detector, lol.
Tom.. ![]()
PS. Did you go through the rest of your code?
There are quite a few missing } and extra {} that will be disrupting code flow.