0

So I have a variable containter and I'm trying to obtain a variable from it so I'm using the search variable container function and then indexing the first element in the returned array. My attempt

I'm guessing the problem comes from the fact that I have not wired up the class terminal on the search variable container function.

The picture bellow shows them wiring PSP Variable to this terminal, this is from Reading and Writing Shared Variables Programmatically: enter image description here

Which palette would I find this under?

Jack burridge
  • 472
  • 7
  • 21

1 Answers1

1

Right click on the connector and select "Create" -> "Constant".

This create a class constant, and select the class by clicking on it and navigate in the menu to "PSP variable".

CharlesB
  • 86,532
  • 28
  • 194
  • 218