This question is a follow-up one to my prior post entitled How to fix this procedure writing a string to the console screen buffer.
I want to set the cursor to a given (x,y) position prior to writing an arbitrary string:
GotoXY(x,y)
SendLn('The harder they come...');
How can be procedure GotoXY(x, y: integer) implemented ?
A quick google reveals
SetConsoleCursorPosition