hi...
normally v use Find like this:Code:class TDemo { TInt Id; TBuf<20> Name; }
but i want to only find the position of Id...Code:TDemo tdemo = {2,_L("xyz")}; RArray<TDemo> array; TInt pos = array.Find(tdemo);
i mean i wanna only pass 1 variable out of 2 for searching the position..
is it possible?
how to code it?
Thanks..
Nital

Reply With Quote


