Need help! cloning an object
Need help! cloning an object
- Subject: Need help! cloning an object
- From: Amedeo Mantica <email@hidden>
- Date: Thu, 11 Aug 2005 10:12:12 +0200
Hi, this is my problem
I have this variable declarations
--------------------------------------------------------------------
public MyClass variable
/** @TypeInfo MyClass */
public NSMutableArray variableArray;
---------------------------------------------------------------------
and this code...
variable=variableArray.objectAtIndex(i);
---------------------------------------------------------------------
I got an "INCOMPATIBLE TYPES" ERROR
why this?
variable and variableArray are in the same class
Can anyone help me?
Thanks.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden