int FindInRow(const ArrayCtrl& a, int ii, const Value& v) { for(int i = 0; i < a.GetIndexCount(); i++) if(a.Get(ii, i) == v) return i; return -1; }
[Updated on: Sat, 06 October 2007 23:44]
Report message to a moderator