i want to develop case structures such that a selected case should not be available for next selection
e.g
there are three case structures A, B, C
Each having cases 0,1,2,3.... (same cases for all three case structures)
suppose we select case 0 for Case structure A, then 0 should not appear for selecting cases for B & C
thus each case structure should have different cases
please get me some ideas for the same