04/11/2007, 06:42 PM
roberth Wrote:all works fine, except the value Attempt doesn't go up still, and in the code you supplied it isn't defined as an integer, is there a reason for that??Maybe .NET handles module level variables differently.
I can't help you on this sorry. You'll somehow need to get a "static" value for Attempt... >_>
In C, you would declare the variable as static, dunno about how .NET works.