Hi,
Is it better in term of performances to store widget states into variables, and use these variables like here, when I need them :
ienva chnget "enva"
ienvd chnget "envd"
ienvs chnget "envs"
ienvr chnget "envr"
kMyEnv madsr ienva, ienvd, ienvs, ienvr, 0, 1
or directly read the values of the widget when I need them ?
kMyEnv madsr chnget:i("enva"), chnget:i("envd"), chnget:i("envs"), chnget:i("envr"), 0, 1
I’m trying to find the best way to save CPU/RAM
Thanks in advance,