Hi, I have part of my code that does this (see ss)
function is for example equal to y=x. My goal of this piece of code is therefore to give the value of the left member (here x) to y from a variable of type string using exec().
The problem is that according to my command editor, exec() in my code "does nothing" (it does not give a new value to y
anyone know what to do?