Re: [Clax86list] trouble compiling instruction: console.puts(...




"Charles A. Crayne" <spamtrap@xxxxxxxxxx> wrote in message
news:20061010203513.144c3392@xxxxxxxxxxxxxxxxxxxxxx
On Tue, 10 Oct 2006 22:11:08 -0400
"Bernie Woodham" <spamtrap@xxxxxxxxxx> wrote:

:Yes, but I don't think the stdout functions will work for this instance,
:since the first two arguments in the console.puts function are x and y
:co-ordinates and the third is the character to print.

I haven't actually tried this, but it appears from Randy's examples that
the modern way to do this is to use console.gotoxy(x,y) prior to
stdout.puts("*").

-- Chuck



Yes, that did work. Thanks again.

.



Relevant Pages