I am looking for some help to get a returned TCP string into a array. Ultimately the goal is to put labels from a video hub into a drop down selection box dynamically.
With the TCP node straight into a text box looks something like...
- Code: Select all
INPUT LABELS:
0 Cam 1
1 Cam 2
2 Player 1
So I want each line, (preferably without the top line) as a entry for an array. that way I can have the drop down box pull from that.
Thanks for any help!
--Dan