1) I read the tcl tutorial, and found that in TCL you can set
-min property value
-regexp property value
etc...

But how can you do that in C++ ?
I tried that code :

  dpath(strrow)="%Be%";
  strfound=datas.Select(strrow);

to extract all rows with a "Be" inside the string property dpath ?
I tried % and * and it does not work.



2) I suppose that Find() would behave the same, and Search also ???
Is there any document that discribe the difference between these 3 functions ?
Actually it seems that only the syntax is the same, but the actual work is the same.

3) Hash() function is not documented and the samples are a bit difficult for me. (I dont know tcl).
Is there any other doc that discribes how it works, because I dont understand. What I want to do is having a hash table on a view to access keys more quickly than with select.


Thanks

--
Riccardo Cohen

Articque
Les Roches
37230 Fondettes
France
email = [EMAIL PROTECTED]
web = http://www.articque.com
tel: +33 02 47 49 90 49
fax: +33 02 47 49 91 49

_______________________________________________
metakit mailing list  -  [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit

Reply via email to