HI:
I want to change a element in one tuple,Eg. change the 3th element in tuple
{a,b,c,e} to 'g',the result will be {a,b,g,e}.
How can I do it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080809/6db02176/attachment.htm>