Thank you :-). "Filip Konvièka" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Hello, > > > > I have one more question. If I make a tuple sol(1:A 2:B ... 10:J 11:K 12:L), > > is it sorted lexicographic (now I mean 1, 10, 11, 12, 2, 4, ..., 9) or like > > normal numbers (1, 2, ..., 12)? > > > > Thank you > > > > Best regards > > > > Vladimir Dusa > > Ahoj :-) > > try the following: > > {Record.forAllInd a(1:unit 4:unit 11:unit 2:unit 10:unit) > proc {$ L _} {Show L} end > } > > or simply > > {Show {Arity a(1:unit 4:unit 11:unit 2:unit 3:unit 10:unit)}} > > In short, it is sorted naturally. > > > Filip
_________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
