Command for disabling limits

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
CyberGenie
Posts: 2
Joined: Fri Nov 21, 2008 9:23 pm

Command for disabling limits

Post by CyberGenie »

Hi, I want to print the number of bottles in the range of 99 to 0 like the one below. However, when I attempted to run Java from TextPad, the output shows only 74 to 0, instead of 99 to 0, which I was supposed to be getting it. This means that there is a restriction imposed on the number of text characters display in the output. In fact, I had the same problem with BlueJ, but that was solved when I went to Options menu and selected "Unlimited Buffering". Is there a similar command that release the limit and print all numbers from 99 to 0 in TextPad?


Ninety-nine bottles of beer on the wall,
Ninety-nine bottles of beer,
Take one down,
Ninety-eight bottles of beer on the wall,

.....
.....

One bottle of beer on the wall,
One bottle of beer,
Take one down,
Zero bottles of beer on the wall,
Post Reply