Jim Morcombe wrote:
> I am trying to modify the test program test18.cob
> from the test suite to play around with the START
> command.
> However, I have a bug and can't get it to compile.
> Its probably some stupid thing I've done, but what is it?
>
> ...
> FIND-FIRST-KEY.
> ...
> * Error - unbalanced qoutation mark
> MOVE "A" TO P-IND-B".
> ...
> DISPLAY "We found a record with the START".
> READ ARQ
> * AT END - duplicate 'at end'
> AT END SET END-OF-FILE TO TRUE
Unbalanced quotation marks is a known problem with TC.
Will have to add better error traps, at a later date.
|