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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.