Addressing Monitor.value
Posted: 15 Dec 2015 20:17
Hi folks!
Maybe someone could help me out.
I want to store strings in several Monitor objects, because its one of the few possibil. to store data(which is represent at re-start).
i put the strings in an array:
-> array = getattribute(findobject(wordfind),'content')
and then i have to store this collected object to a Monitor
-> savecatlib1.value = array
the problem is, that i couldn't find a proper way to dynamically store the values in the according monitor
(depending on where another switch is pressed) -> savecatlibX.value = array
X should be dynamically adressed.
i also tried some kind like this:
mon = {savecatlib1.value,savecatlib2.value,...}
mon = array;
Any suggestion / help..?
thanks!
schoko
Maybe someone could help me out.
I want to store strings in several Monitor objects, because its one of the few possibil. to store data(which is represent at re-start).
i put the strings in an array:
-> array = getattribute(findobject(wordfind),'content')
and then i have to store this collected object to a Monitor
-> savecatlib1.value = array
the problem is, that i couldn't find a proper way to dynamically store the values in the according monitor
(depending on where another switch is pressed) -> savecatlibX.value = array
X should be dynamically adressed.
i also tried some kind like this:
mon = {savecatlib1.value,savecatlib2.value,...}
mon = array;
Any suggestion / help..?
thanks!
schoko