Search:

Type: Posts; User: curmudgeon

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    1,190

    Re: Vari not initiliazed?

    You need to either 1) set local variables (variables declared in methods, constructors or other similar blocks) to something as the compiler will not allow you to use uninitialized local variables,...
  2. Replies
    9
    Views
    1,190

    Re: Vari not initiliazed?

    So why not give them initial values when you declare them? Also you'll want to declare each variable on its own line. Code real estate is free, so I suggest that you not be afraid to use it...
Results 1 to 2 of 2