hi,
i wand to store a object(DataTable) in a Collection with tag .can some one help me.
Regards,
Sajith
hi,
i wand to store a object(DataTable) in a Collection with tag .can some one help me.
Regards,
Sajith
Sajith,
in xHarbour there are Hash functions available.
See <your_xharbour_installation>\tests\hash.prg for a sample.
Stefan,
Many thanks for ur reply,Plz send a sample to insert a object into ArrayList/HashTable with a tag.
Regards,
Sajith
hHash := Hash () // create hash
HSet (hHash, <xKey>, <xValue>) //add a value and a key, <xValue> can also be an objectmanymany thanks Stefan this is the code that iam waiting for
Regards,
Sajith