But would like to use
Only you have to be sure that something like that is on the list.
- Code: Select all
If "[ListaDesplegable4]" "=" "Armorcraft Kit"
ListBoxFindItem "ListBox4" "(name.rtf or something similar)" "[Result]"
ListBoxGetItem "ListBox4" "[Result]" "[File6]"
EndIf
Or if you are not sure
- Code: Select all
If "[ListaDesplegable4]" "=" "Armorcraft Kit"
ListBoxFindItem "ListBox4" "(name.rtf or something similar)" "[Result]"
If "[Result]" "<>" "0"
ListBoxGetItem "ListBox4" "[Result]" "[File6]"
EndIf
EndIf