-
Hello |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello there! It depends on what you mean by "address".
The options/output strings in the list are:
So, in theory, if I wanted to remove "Universal Terminal", I could call Likewise, if I wanted to put some other output string where "Universal Terminal" is located, I'd call it like this: Some limitations on this are defined by ISO11783-6:
If instead what you are trying to do is move an output list somewhere else on the screen, you'll want either |
Beta Was this translation helpful? Give feedback.
-
If your output list has a valid number variable reference, then that's what controls the selected index, so you'd want to 'send_change_numeric_value' on that number variable. If you have the null object referenced in your output list, then the index is the value of the output list, and you'd want to 'send_change_numeric_value' on the output list's object ID. |
Beta Was this translation helpful? Give feedback.
Got it!
So how do I change the index of the object shown in an OutputList? For example, I have an output list with 4 images and I need to change the index from 0 to 3 for each specific situation.