Closed GoogleCodeExporter closed 9 years ago
that was probably incorrect...this should work
nFieldsMain = len(fields) - 1 # chop off the card name
nBDFLines = nFieldsMain // 8
if nFieldsMain % 8 != 0:
nBDFLines += 1
nExtraFields = 8 * nBDFLines - nFieldsMain
if nExtraFields:
fields += [None] * nExtraFields
Original comment by mesheb82
on 2 Aug 2012 at 11:11
Original comment by mesheb82
on 6 Aug 2012 at 10:59
Original comment by mesheb82
on 10 May 2013 at 1:53
done as far as I know
Original comment by mesheb82
on 9 Feb 2014 at 9:34
Original issue reported on code.google.com by
mesheb82
on 18 Jul 2012 at 10:02