<div dir="ltr">But remember you are not changing the element in the tuple, you are creating a new tuple which is a copy of the old one except for one new element. The old tuple is still available. N.B. you only make a copy of the top tuple not of its elements.<br>
<br>Robert<br><br><div class="gmail_quote">2008/8/9 Dave Smith <span dir="ltr"><<a href="mailto:dizzyd@gmail.com">dizzyd@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
setelement/3 is the function you're looking for.<br>
<br>
D.<br>
<br>
2008/8/9 devdoer bird <<a href="mailto:devdoer2@gmail.com">devdoer2@gmail.com</a>>:<br>
<div><div></div><div class="Wj3C7c">> HI:<br>
><br>
> I want to change a element  in one tuple,Eg. change the 3th element in tuple<br>
> {a,b,c,e} to 'g',the result will be {a,b,g,e}.<br>
> How can I do it?<br>
</div></div>> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
><br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>