<br><br><div class="gmail_quote">On Thu, Feb 7, 2013 at 11:04 AM, Matthew Evans <span dir="ltr"><<a href="mailto:mattevans123@hotmail.com" target="_blank">mattevans123@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Hi,<br>
<br>
It's in the Erlang documentation. Has this been removed (tried on R15B01 and R15B03)?<br>
<br>
<br>
<br>
Erlang R15B01 (erts-5.9.1) [source] [smp:8:8] [async-threads:0] [hipe] [kernel-poll:false]<br>
<br>
Eshell V5.9.1  (abort with ^G)<br>
1> erlang:delete_element(2, {one, two, three}).<br>
** exception error: undefined function erlang:delete_element/2<br>
2> </blockquote><div><br></div><div>That's a new bif for R16:</div><div><br></div><div><div>Erlang R16A (erts-5.10) [source] [64-bit] [smp:8:8] [async-threads:10] [kernel-poll:false]</div><div><br></div><div>Eshell V5.10  (abort with ^G)</div>
<div>1> erlang:delete_element(2, {one, two, three}).</div><div>{one,three}</div><div>2> </div></div><div><br></div><div>--steve </div></div>