I have a record X in a program and all the .hrl files etc.<br><br>How do I pretty print this from a program<br><br>I know I can do it in the shell with<br><br>> rr("*.hrl"),<br>> rp(X).<br><br>But I want to do this from my program
<br><br>I have read <br><br><a href="http://www.erlang.org/ml-archive/erlang-questions/200508/msg00140.html">http://www.erlang.org/ml-archive/erlang-questions/200508/msg00140.html</a><br><br><br>But was none the wiser<br>
<br>/Joe<br><br>