Hi, I have a question with my skill language.
I wanna make permutation list with plural cell Instances.
For example , If I have a,b,c instances
I wanna return list(a b c) list(a c b) list(b a c) list(b c a) list(c a b) list(c b a) => 3*2*1 lists!!
I tried all day with
procedure(permutaion(()
prog(()
Inst = list(a b c d)
foreach(***********)
)) but may be I'm not smart enogh to deal with this skill .....
somebody help me out...