|
Hi,
Shane Preater's method will solve this problem. But the importance of this issue is... variables declared inside of your methods ALWAYS need to be initialized before use. Otherwise a compiler error will result. However, that cannot be said for class variables. Those do not have to be declared before use.
Yi Wei
|