Flush the output?Brendan wrote:
> Jarrett Billingsley Wrote:
>
>
>> </blockquote></div><br>If you're expecting it to pause after each character.. you're missing braces around the body of the for loop, this isn't Python ;)<br></div>
>>
>
> Oooooh, what a foolish mistake! How could I forget that? Thanks for pointing it out.
>
> But the result isn't fruitful, though. When I run it, all I get is an empty screen, then after many seconds the whole string is displayed at once (not to mention I set the sleep time to 0.1 seconds). I'm probably missing something. Any idea?