string myArray[];
and later on I use the split function to create the object and fill it. If the split function doesn't happen though, the array never gets created and I get an illegal reference to it. How can I detect this??
string myArray[];
|
|
|