Hello,

I was experimenting with the Console_Box and Console_PrintAt from looking at some examples.

I have a question if it is possible to read input at particular location.

For example, if I setup a Console_Box and use the Console_PrintAt to do this:

Console_PrintAt ("Enter address: ", 1, 5, 15

Is there a way to use the Console_Readline() to start reading input after the "Enter address: ?

Then I'll do the same for next input for city, state, zip, etc.

Right now, it's expecting input at the top of the box (1,1). Maybe I'm mixing apples and oranges and it can't be done.

Just wondering.

Thanks.