Q qsrtech Active Member Licensed User Longtime User Nov 28, 2013 #1 Please try and add a "Tag" property to all objects. For example I'm connecting to a TCP device and need to pass data to it. Unfortunately I need to use a global variable to pass data to it so when it connects I can send the data. Thanks!
Please try and add a "Tag" property to all objects. For example I'm connecting to a TCP device and need to pass data to it. Unfortunately I need to use a global variable to pass data to it so when it connects I can send the data. Thanks!
Erel B4X founder Staff member Licensed User Longtime User Nov 29, 2013 #2 You can use a Map to map one object to another. Use the socket as the key and the "tag" as the value.
You can use a Map to map one object to another. Use the socket as the key and the "tag" as the value.