Re: Need help with program
Your post is extremely hard to read. I suggest that you get rid of all fancy and unreadable colors and instead post your code using [code] [/code] tags with the [code] tag going above the code block and the [/code] tag going below.
Re: Need help with program
Those variable f and c are local to the if blocks and don't exist outside of them. Move the definition to the top of the method body so they will be visible in the entire body.
kind regards,
Jos
Re: Need help with program
Quote:
Originally Posted by
Fubarable
Your post is extremely hard to read. I suggest that you get rid of all fancy and unreadable colors and instead post your code using [code] [/code] tags with the [code] tag going above the code block and the [/code] tag going below.
I fixed that for the poster.
kind regards,
Jos
Re: Need help with program
Quote:
Originally Posted by
JosAH
I fixed that for the poster.
kind regards,
Jos
Thanks for doing that!! :D: