??? 02/09/07 19:52 Read: times |
#132414 - No longer the same as the BASIC Responding to: ???'s previous message |
The BASIC initialises the checksum to ASC(MID$(NEMA$, 2, 1));
your 'C' initialises it to 0. The outcome may well be the same, but the 'C' vs BASIC comparison is compromised - and the purpose of this thread is the 'C' vs BASIC comparison, not the calculation of some checksum that nobody asked about! |