Subject Re: [IBO] Re: Error with a Seth term of several characters
Author Lucas Franzen
patrick_esser schrieb:
> I have the same problems with 4.7Beta14. If you write
>
> set term !! ;
> create procedure xxx
> as
> begin
> ...;
> end!!
> set term ; !!

Maybe it worked ands is a problem now, but still is your statement looks
worng to me:

You have set it to "!! " +PLUS+ a blank!
and you reset it by using
set term ; "!!" (without a blank)

The correct form is:
set terminator <newterminator><oldterminator>
without a blank in between.


Luc.