Ben Duncan <ben at versaccounting.com> wrote:
> for ( idx = 0; idx < SL_Rows ; idx++ )
> {
>
> SLsmg_gotorc ( idx, 0 );
> SLsmg_read_raw ( qm_buffer + nidx, SL_Cols );
> nidx += SL_Cols + 1;
Try using
nidx += SL_Cols;
Thanks,
--John