The 6300 is the budget model with the tiny screen. The problem is
this means there is only one display line, so if you are displaying a
series of numbers then you can't tell when a new number has appeared
if it is the same as the last one.
e.g.
1_ 3_ 3_ 1_ will seem like 1_ 3_ 1_
To get round this put soem intermediate text like a comma to be
displayed inbetween each number
i.e. 1_ ","_ 3_ ","_ 3_ ","_ 1_
and now you can see what is really happening.