How to create, read and write array variables?

Good morning from Germany,

my name is Frank and I wonder if the following is achievable with ActivePresenter:

I would like to create a variable with several text items (“item1”,“item2”,“item3” …) in it.
When the user clicks on an object on the screen I would like to check, if this objects name is contained in the variable. If yes, some actions should happen.

It would be great if someone could help me with this.

Thanks in advance for your help :slight_smile:

LG F.

Hi Frank,

You can take a look at this sample:
checkItem.approj (244 KB)

In this sample, I use a text variable to store text items. When the user clicks on an object, depending on the object text value, an action will be executed.

Regards,