0
Answered

Get item from array.

Naeem 4 years ago in Tips and Tricks updated by Aleksandr Romanov (CTO) 4 years ago 4

fixed_word array.irpz

Hello,

I'm trying to make an edit box which only allows numbers and be able to easily make new edit boxes through an array.
Everything is working so far except for the Array, I've tried serveral things but with no succes.

Maybe one of you can help me.

Thanks,

Naeem

Under review

Hello.

Specify what you want to get from the array?

Apply the function (word and fixed_word) on all items in the Array instead of only Item 1 as it currently is doing.

Then you need to create a listener with EVENT_ITEM_CHANGE on each button. You can do this in the for...in loop.