Subject | Re: [IBO] Re: Error with a Seth term of several characters |
---|---|
Author | Lucas Franzen |
Post date | 2007-01-18T17:45:43Z |
patrick_esser schrieb:
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.
> I have the same problems with 4.7Beta14. If you writeMaybe it worked ands is a problem now, but still is your statement looks
>
> set term !! ;
> create procedure xxx
> as
> begin
> ...;
> end!!
> set term ; !!
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.