A small fault has recently been brought to my attention in my Amstrad program Statement of Account giving a subscript error report. It is caused when collapsing the arrays dealing with Standing orders and Special expenditure sections. If lines 11250 and 14580 are replaced with the lines below and the program is re-saved there should be no further problems. 11250 FOR k=0 TO 1:a$(pa,k) = "" :a(pa,k) = 0: NEXT: q$ ="Q"14580 FOR n = x TO ct : ct$(n) = ct$(n + 1): spend(n) = spend(n + 1): NEXT: ct$(ct) = "":spend(ct)= :ct = ct - 1:GOTO 14060Readers who sent ior the program on cassette have either been contracted or have been sent revised versions. PCW |