Thanks! I see that this code is working and it help's me to reduce the times of using useAutoAlgorithm to two times.
But can I reduce of using it to one time, for example by referring to the variable name in the right side of the code?
So don't want to write
useAutoAlgoritm = sec.get("useAutoAlgoritm")
But I want write something like
useAutoAlgoritm = sec.get(useAutoAlgoritm.getVariableName())
Can I do it?