Message 1 of 2
Create "ListBox" & Check If Text Exists
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
Using a Python script, does anybody have an example that does the following....
I want to create a listbox containing some text like:
001 Bearing Housing
The first 3 digits are the quantity, the remainder is the description.
1] Create an empty "ListBox"
2] Check, line by line, if the "ListBox" contains a wildcard search, for example "Bearing Housing"
3] If it does not, add a new line of text to the "ListBox" thus
001 Bearing Housing
4] If it does, update the quantity by adding 1
002 Bearing Housing
etc
Many thanks in advance!
Darren