News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

locate cursor

Started by MaynardG_Krebs, February 15, 2007, 07:15:52 PM

Previous topic - Next topic

MaynardG_Krebs

What is the proper syntax for the locate function for the cursor in console mode?
I am using this command:
call locate x:40,y:12

but when I try to assemble the program I get a syntax error

Thanks

hutch--

Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

MaynardG_Krebs

Thanks Hutch!

That got my program working now.