
Re: Using variables in Python with DirectTV Plugin
Oh, and:
Thanks on the c.value; I'll try that, but I'm curious as to why it worked initially....
it was probably because at one point "c" was a string (therefore when you did c.value you got an error) but then it changed into an indigo.Variable object. Another thing that would probably be more obvious if you were more comfortable with Python.