<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Thank you, that solved it.<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 12/08/2015 11:02 AM, Vlad Dumitrescu
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAA-EFXsTGQ9b69_FNCSNOuWb=KrYrBc0+fX13TqAn44F0DhcKg@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div dir="ltr">Hi Bengt,
        <div><br>
        </div>
        <div>I suppose the easiest suggestion is to use ~w instead of
          ~p?</div>
        <div><br>
        </div>
        <div>regards,</div>
        <div>Vlad</div>
        <div><br>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Tue, Dec 8, 2015 at 11:00 AM, Bengt
          Kleberg <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:bengt.kleberg@ericsson.com" target="_blank">bengt.kleberg@ericsson.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Greetings,<br>
            <br>
            How do I make this output stay on one line? According to
            io:columns/0 I have 160 characters, and the output is only
            100.<br>
            <br>
            3> io:fwrite( "Erlang memory usageErlang memory usage:
            ~p~n",[erlang:process_info(erlang:self(), [stack_size,
            heap_size, total_heap_size])] ).<br>
            <br>
            Erlang memory usageErlang memory usage: [{stack_size,44},<br>
            {heap_size,987},<br>
            {total_heap_size,<br>
                                                                       
             2585}]<br>
            <br>
            <br>
            bengt<br>
            _______________________________________________<br>
            erlang-questions mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
            <a moz-do-not-send="true"
              href="http://erlang.org/mailman/listinfo/erlang-questions"
              rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>