<br><br><div class="gmail_quote">You are correct, terminology is a must. In order to stay on the same
page. And yes, it;s not technically by ref. but it works for me at the
moment.<br><br>I was doing this in my code:<br>l={"user":"asdf","pass":"goog"<div id=":3bz" class="ArwC7c ckChnd">}<br>
d= {<br>    "login_url":"<a href="http://example.com/login" target="_blank">http://example.com/login</a>", <br>    "user":l["user"],<br>    "pass":l["pass"]<br>
<br>}<br>and
it wouldn't work. So I had to do some research on how to make it work.
passing a mutable object resolved my problem. Thank you for correcting
me. -A<br><br>ps.I have this habit of pressing reply instead of reply to all. Working on fixing that.<br></div></div><br>