|
The division trick takes the least significant digit off each time, so the digits you get will be in 3,2,1 order rather than 1,2,3 order.
If you save each digit at the index specified by DI in 0,1,2 order, the string will be "321$".
If you save each digit at the index specified by DI in 2,1,0 order, the string will be "123$".
__________________
Even if the voices aren't real, they have some pretty good ideas.
|