I've this very stupid litle problem. I want to populate a combobox with numbers ranging from 00 to 99. But when I ad them with a loop as an integer the first ten numbers apear only with one digit.
I wonder, how can I ad a second digit to them like; 00, 01, 02... and so on without me typing the whole list?
Does anyone know a litle trick to this?
Thnx in advance.