On 20 May 2006, at 21:16, Michael Leuchtenburg wrote:
...

Unless, of course, you want to index into arrays. For an array of bytes,
it's fine - no problem. But if you want to index into an array of
two-byte data, ah, now there is a problem. Because, you see, in order to find the pointer to the correct cell, Basic18 will need to multiply the
index. So now you can't index into arrays both inside and outside of
interrupt service routines. Got a buffer that you want to store into as data comes in and then handle outside the interrupt service routine? Too
bad! You can't!

*boggle*

Best hate yet!

Stig

Reply via email to