Bindlex Posted June 30, 2018 Share Posted June 30, 2018 Hello everybody, I have a button and an input when I click the button I want to add in an array the text from the input. After I add many items I want another input and a button. When I click the button I want to check if the name from the input exists in the array and remove that. How I can do that? Sorry for my bad english. Regards. Link to comment Share on other sites More sharing options...
Jfish Posted June 30, 2018 Share Posted June 30, 2018 Have a look at _ArrayAdd, _ArrayDelete, and _ArraySearch in the Array UDF in the help file. Those should get you started. Bindlex 1 Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt Link to comment Share on other sites More sharing options...
Bindlex Posted June 30, 2018 Author Share Posted June 30, 2018 Thank you, I found what I searched for! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now