autocomplex Posted November 5, 2007 Posted November 5, 2007 I am trying to change the data that is displayed in a ComboBox according to a selection in a List. It does change the information, however it adds it forever. How can I make it add only once and overwrite the old data? This is what I have ... $SkillRead = GUICtrlRead($SkillList) If $SkillRead = "Mining" Then GUICtrlSetData($ObjectCombo, "Tin|Copper|Iron|Silver|Coal") Want Runescape Specific Scripts and Bots?Visit AutoIt Runescape Team (ARST) forum!
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