The sample script did not always iterate over the output of :select() correctly. It sometimes treated the keys as attributes, when in fact the keys are numbers, and the values are attributes. This caused an error ('attempt to index a number value') when running the sample script.
The sample script did not always iterate over the output of :select() correctly. It sometimes treated the keys as attributes, when in fact the keys are numbers, and the values are attributes. This caused an error ('attempt to index a number value') when running the sample script.