Welcome, Guest
Username: Password: Remember me

TOPIC: connect array tags to object

connect array tags to object 2 years 3 months ago #2809

  • Anna
  • Anna's Avatar
  • Offline
  • Senior Member
  • Posts: 44
  • Karma: 0
Dear Ruslan,
i hope that you are fine. I have seen that is possibloe to connect an object to an array tag, but if i connect it how to decide which element of the array to connect to the tag?
For example: I have an array tag that groups a series of variables and i have to connect to light object the element[0] of array. How can I do?
Thank you in advice.
Berst regards.
The administrator has disabled public write access.

connect array tags to object 2 years 3 months ago #2813

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 1021
  • Thank you received: 136
  • Karma: -102
Dear Anna,

You can do it only by using script:

byte bytes[10] = Tags.Array;
Tag.Tag1 = byte[0];

And bind Tag1 to the object you want.

Best regards,
Ruslan
Last Edit: 2 years 3 months ago by fatkhrus.
The administrator has disabled public write access.
The following user(s) said Thank You: Anna
Go to top