Tip: Use the string-based listbox methods

<<If you have a listbox or combobox that displays text strings, consider using methods such as appendString() and removeString() instead of appending item elements. Read the 5.5 release notes to see the available methods and examples of their use. Here is an example that fills a listbox …>>   (more…)

See original post by Chris Gilmer