<div class="gmail_quote">2011/6/7 Anthony Ramine <span dir="ltr"><<a href="mailto:nox@dev-extend.eu">nox@dev-extend.eu</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div class="h5">
<br>
</div></div>[{{'_','$1','_','_'},[{'>','$1',2}],[]}] should work. You put a list instead of a tuple for the match argument.<br>
By the way I didn't read the doc to figure it out, I just did ets:fun2ms(fun ({_,X,_,_}) when X > 2 -> X end),<br>
which is pretty good for figuring out how to write matchspecs.<br></blockquote><div><br>hi anthony,<br><br>no this does not work.<br><br>furthermore, i took the list format from the 2nd example provided in the docs:<br><a href="http://www.erlang.org/doc/apps/erts/match_spec.html#id71596">http://www.erlang.org/doc/apps/erts/match_spec.html#id71596</a><br>
<br>thank you anyway :)<br><br>r.<br></div></div><br>