<div dir="ltr"><div><div><div><div><div>Hello,<br><br></div>I've been reading this documentation:<br><a href="http://www.erlang.org/doc/man/ets.html#lookup_element-3">http://www.erlang.org/doc/man/ets.html#lookup_element-3</a><br>
<br></div>What I have a hard time figuring out is what the Pos means.  Why would it be needed at all?  I'm looking at this code:<br><br>...<br>Cx_PId = ets:lookup_element(IdsNPIds, Cx#<a href="http://cortex.id">cortex.id</a>, 2),<br>
...<br><br></div>And I have no idea what this and why have it there.  I've already specified the element that we're searching for, why the position?  Does the position refer to the element that's located inside of the return value?  As in, I want the 2nd element from the return value?<br>
<br></div>Thanks in advance.<br></div></div>