You can define records in header files '.hrl' just like macros and thus include these in multiple files.<div><br></div><div>See <a href="http://www.erlang.org/doc/reference_manual/macros.html">http://www.erlang.org/doc/reference_manual/macros.html</a></div>
<div><br></div><div>Cheers,</div><div>Tino<br><br><div class="gmail_quote">On Tue, Apr 19, 2011 at 1:34 PM, Richard Evans <span dir="ltr"><<a href="mailto:richardprideauxevans@gmail.com">richardprideauxevans@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>I have a record defined in one erlang file, and I want it to be available in another module. </div><div><br></div>
<div>Is there a way to share the record between the two files without copying/pasting the record definition?</div>
<div><br></div><div>Is there a similar way to share -type info between files?</div><div><br></div><div>thanks in advance,</div><div><br></div><font color="#888888"><div>Richard</div>
</font><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>