hhhmmm...
Not sure, but is variable "i" initialized in the patient_inform class?
|
Code:
|
class patient_inform
{
int count = -1, i; //< - not initialized
String lasname[] = new String[i]; //<- i being used
.
.
. |
Luck,
CJSL
__________________
Chris S.
Difficult? This is Mission Impossible, not Mission Difficult. Difficult should be easy.
|