Good afternoon all,
I've been working on the Sinclair QL version of the FPC runtimes and
I've got quite a lot of progress made. Unfortunately, I've hit a problem
with the Append() function. This is my stripped down test file showing
the problem:
{ Program to demonstrate the Append function.
Hi Norman,
This all depend on the debugger capabilities,
if you can watch changes at a sepecific location,
the easiest is just to watch InOutRes memory position.
This will trigger a break in your program
exactly at the instruction which modifies the
InOutRes internal variable, which is
che