Re: Mk4py - question on using find( criteria... )
Jean-Claude Wippler <[email protected]>
| Newsgroups | gmane.comp.db.metakit |
|---|---|
| Message-ID | <[email protected]> |
David wrote:
> i = vw.find( k1=2, k2=1, k3=1)
> ###i = vw.find( {'k1':2, 'k2':1, 'k3':1} )
> print 'find() got idx: ', i
Perhaps this, to force the field order?
i = vw.find( (2,1,1) )
-jcw
_____________________________________________
Metakit mailing list - [email protected]
http://www.equi4.com/mailman/listinfo/metakit