Hi, Given a permutation, say p:=(1,3)(5,8,6) how can I extract the numerical values to say perhaps a list like [[1,3],[5,8,6]] or otherwise access them? Thanks for any help, Sopsku