Page 1 of 1

Posted: 12 May 2016, 09:49
by woodslanding
Just wondering if anyone can clarify this for me.

I have a control that may be sent to one of many places. What is the best way to do this with sends/receives? I have a lot of these, and I'd like to save as much CPU as possible.

Should I:
1. Have different named receives and change the send name to match the one I want to send to?

or

2. Have receives all named the same, and disable all but the appropriate one.

What about when I have many different values, only one of which should be sent to a particular destination?

I've mostly done #1 above in the past, but I thought of #2 way back in V5, and then forgot about it. But maybe it's better not to have 'hanging recieves'??

Posted: 12 May 2016, 13:35
by drakh
buses/binds .. ?

Posted: 12 May 2016, 21:17
by woodslanding
Not sure I understand the question. Yes, I am using busses....