funmay
7 years agoContributor
Is a Case sensitive Click Item possible?
Is a Case sensitive Click Item possible?How do i click exactly case while using ClickItem or SelectItem in the combo box items e.g dselect,Dselect.
I need to select the "Dselect" by using the ClickItem e.g object.ClickItem("Dselect"),but the ClickItem is not working in the case of sensitive,the "dselect" is selected.
Under Tools -> Current Project Properties -> Playback, there is a checkbox that says "Use case sensitive parameters". If that option is checked, it will apply case sensitivity to your ClickItem method calls.