Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CustomerSearch.Customers.Select ("ARUNDEL, CLAUDE") 我如何每次都从列表中得到不同的?
您可以使用以下内容:
[ ] INTEGER i [-] for(i = 1; i < 4; ++i) [ ] TestApplication.ListBoxDialog.TheListBox.Select(i) [ ] String sList = TestApplication.ListBoxDialog.TheListBox.GetItemText(i) [ ] Print("List Box Selection = " + sList)
约翰