Dear Forum,
when trying to display a generic charater table I got the
following:
gap> CharTable("Suzuki",8);;
gap> S:=last;;
gap> DisplayCharTable(S);
Error, Record: element 'orders' must have an assigned value at
classes := [ 1 .. Length( tbl.orders ) ] ... in
DisplayCharTable( S ) called from
main loop
brk> quit;
Do generic charater tables come without tbl.orders?
Kay Magaard