DBMS_OUTPUT.PUT_LINE Truncation

I’m trying to use DBMS_OUTPUT.PUT_LINE in Toad for Oracle version 10 and it keeps on truncating the input string by one character. For example if I type DBMS_OUTPUT.PUT_LINE(‘123456789’), the output reads ‘12345678’. I’ve tried the same thing while logged on to sql*plus on the same database and the output is correct, so I’m assuming it’s a setting somewhere in Toad. Anyone any iddeas ?

Dave Bingham