I have the following bytearray:

--------------------------------
| F     | bytearray            |
--------------------------------
|       | {(l1n2), (0,0), (1)} |
|       | {(l2n2), (0,0), (1)} |
|       | {(l3n2), (0,0), (1)} |
|       | {(l4n2), (0,0), (1)} |
|       | {(l5n2), (0,0), (1)} |
|       | {(l1n1), (0), (1)}   |
|       | {(l2n1), (0), (1)}   |
|       | {(l3n1), (0), (1)}   |
|       | {(l4n1), (0), (1)}   |
|       | {(l5n1), (0), (1)}   |
--------------------------------


I would like to cast it to something like bag{tuple(chararray),
tuple(chararray), tuple(int)}. Is this possible? I've only been able
to cast it to bat{(chararray)}.

Thanks!
-M@

--
Have you thanked a teacher today? ---> http://www.liftateacher.org

Reply via email to