I have noticed the nice erlang shell commands rr() and rp() to display records with attribute names and all. Is there a way to do something similar directly from a program, using io:format("..",[Record]) for instance? Mikael