hello, i have a string variable that&nbsp; contains a name that I want to use as a variablename<br>putting aside questions of why I would like to do that - i this possible at all?<br><br>so I want to assign a value to a variable whos name is available only as a string to me.
<br>that variable does not exist yet in the local namespace.<br><br>from: t = &quot;myvar&quot;<br>to: myvar = 3<br><br>is this possible? something like setattr?<br>thanks for any insight you might have<br>-frank<br><br>
<br><br><br>