Just a quick question.

I want to read a range of 2 digit numbers into a Combolistbox. I could put them into a string i.e. datastring = "12345678........" and then read 2 digits from the left in position steps of 2. Would using the 'Print Mid' function here work?

Is there a better way of doing this? can I separate the individual number pairs with a comma and 'read' them someway into a Combolistbox.additem method?

Any comments and suggestions welcome.

Thanks.