View Single Post
Old Dec 12th, 2004, 4:41 PM   #3
JoeUser
Newbie
 
Join Date: Dec 2004
Posts: 8
Rep Power: 0 JoeUser is on a distinguished road
Really? Sorry. Didn't see it.
I've made some progress, I now understand that b=a just makes b another name for a. Unfortunately, I havn't gotten any further than that on how to fix this problem.
b = a[:] doesn't work on the type of dictionary arrays I'm using. Anybody know how to copy dictionary arrays (ex: a = {'a':1,'b':2,'c':3} )?
JoeUser is offline   Reply With Quote