Hi!<div><br></div><div>This is not the same function as the length/1 BIF exported by the erlang module. It's just an alias for the length/1 function that must be called as string:len(String) wheras the length/1 function can be called as either length(String) and erlang:length(String).</div>
<div><br></div><div>It has no purpose other than to declare the intention that you want to compute the length of a term that is a list of integers within a specific range.</div><div><br></div><div>/ Magnus</div><div><br><div class="gmail_quote">
On Fri, Nov 25, 2011 at 4:40 PM, Ian <span dir="ltr"><<a href="mailto:hobson42@gmail.com">hobson42@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi All,<br>
<br>
This page <a href="http://www.erlang.org/doc/man/string.html#len-1" target="_blank">http://www.erlang.org/doc/man/<u></u>string.html#len-1</a><br>
<br>
appears to say that the function to return the length of a string is len/1<br>
<br>
But it isn't, its length/1<br>
<br>
Clearly I have misunderstood something. What?<br>
<br>
Thanks<span class="HOEnZb"><font color="#888888"><br>
<br>
Ian<br>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</font></span></blockquote></div><br></div>