Carl,

Thanks for the advice and information. I'm certainly going to try it.
Thanks again for the help.

Henry

On Wednesday, March 11, 2015 at 11:05:38 AM UTC-5, Carl Meyer wrote:

> Hi Henry, 
>
> On 03/10/2015 07:37 PM, Henry Versemann wrote: 
> > So how does an expression like you suggested above ( 
> > innerDict['+newinnrkey+'] = newinnrval ) work then? 
> > It seems like it wouldn't work without enclosing the expression 
> > with quotes or double-quotes, and even then it seems like it would only 
> > become some kind of string instead of a statement which would be 
> > automatically executed to produce a result. Please explain or point me 
> > to some documentation explaining this type of code or coding. 
> > Thanks. 
>
> I didn't suggest that line of code, Bill did. As Tom said, it was 
> probably a typo. The line of code I suggested, which is what you should 
> use, is simply: 
>
>     innerDict[newinnrkey] = newinnrval 
>
> Carl 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9b1a8a7a-a5e0-47f7-b71f-ab388d88290b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to