Hi Vincent,

My code is in a sub-class and very generic... i used it in many parts of the system.
It is something like this:
Code:
Constraint_set iMain
Constrained_Find First iMain by iIndex
Whie (found)
   ...
   Get Value item (Base_Item(self)+iCol) to sValue
   ...
   Constrained_Find Next
Loop
Regards,
Oscar