<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Op 17-8-2015 om 19:26 schreef Vlad
      Dumitrescu:<br>
    </div>
    <blockquote
cite="mid:CAA-EFXubVdq-9vs4spOvGR8JVY13yf0Bi90e4+j_v7LHANSJuw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On Mon, Aug 17, 2015 at 7:14 PM,
            Roelof Wobben <span dir="ltr"><<a moz-do-not-send="true"
                href="mailto:r.wobben@home.nl" target="_blank">r.wobben@home.nl</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div id=":j1" class="a3s" style="overflow:hidden">-module(module).<br>
                <br>
                -export([most_used_function_name/0]).<br>
                <br>
                most_used_function_name() -><br>
                   process_module_data(code:all_loaded()).<br>
                <br>
                process_module_data(Loaded_modules)  -><br>
                    Module_list = get_modules_name(Loaded_modules).<br>
                <br>
                get_modules_name(Loaded_Modules_list) -><br>
                    [ModuleList || [{ModuleList, _}] <-
                Loaded_Modules_List ].<br>
              </div>
            </blockquote>
          </div>
          <br>
          You should try to read the error message more carefully -
          yours says that Loaded_Modules_List is unbound, because the
          function header declares it with a different spelling (list
          instead of List).</div>
        <div class="gmail_extra"><br>
        </div>
        <div class="gmail_extra">regards,</div>
        <div class="gmail_extra">Vlad</div>
        <div class="gmail_extra"><br>
        </div>
      </div>
    </blockquote>
    <br>
    Thanks,<br>
    <br>
    Now try to find out why the outcome is empty.<br>
    <br>
    Roelof<br>
    <br>
  
<br /><br />
<hr style='border:none; color:#909090; background-color:#B0B0B0; height: 1px; width: 99%;' />
<table style='border-collapse:collapse;border:none;'>
        <tr>
                <td style='border:none;padding:0px 15px 0px 8px'>
                        <a href="https://www.avast.com/antivirus">
                                <img border=0 src="http://static.avast.com/emails/avast-mail-stamp.png" alt="Avast logo" />
                        </a>
                </td>
                <td>
                        <p style='color:#3d4d5a; font-family:"Calibri","Verdana","Arial","Helvetica"; font-size:12pt;'>
                                Dit e-mailbericht is gecontroleerd op virussen met Avast antivirussoftware.
                                <br><a href="https://www.avast.com/antivirus">www.avast.com</a>
                        </p>
                </td>
        </tr>
</table>
<br />
</body>
</html>