Transform string to variable name
REBUILD_EVENT
Posts: 127
Is there any way to transform a string to a device name?
We would like to receive a variable name on a DATA_EVENT something like
and then send 'blahbla' to the vdvSomething device with SEND_COMMAND....
anyone got an idea how to transform 'vdvSomething' to a variable name?
We would like to receive a variable name on a DATA_EVENT something like
"'vdvSomething; blahblah'"
and then send 'blahbla' to the vdvSomething device with SEND_COMMAND....
anyone got an idea how to transform 'vdvSomething' to a variable name?
0
Comments
Just match up the device number with the cell in the array and send the master or whatever a string.
Our you could just:
Jeff