Hallo.
If, on my form's opening, I declare the following:
arr=new Tball_arr(23);
... I have no problem (Tball_arr is a class with nothing I can spot wrong in it).
However, if I try to declare it in the form's header, I get two bitchy errors - one about an expected ';' in the line (it's there), and the first telling me that a type name was expected.
I get the feeling I've come across this before, but I've no idea how (if I didn't just say 'stuff it') I fixed it.
Does anyone have any idea what this could be?
Cheers,
Douglas Common sense is what tells you the world is flat.
If, on my form's opening, I declare the following:
arr=new Tball_arr(23);
... I have no problem (Tball_arr is a class with nothing I can spot wrong in it).
However, if I try to declare it in the form's header, I get two bitchy errors - one about an expected ';' in the line (it's there), and the first telling me that a type name was expected.
I get the feeling I've come across this before, but I've no idea how (if I didn't just say 'stuff it') I fixed it.
Does anyone have any idea what this could be?
Cheers,
Douglas Common sense is what tells you the world is flat.