Hi, Not sure if I understand the problem, but you might want to have a look at System.Console here: http://msdn.microsoft.com/en-us/library/system.console_members.aspx, especially SetCursorPosition/Write/WriteLine.
Rolf > -----Mensaje original----- > De: [email protected] [mailto:mono-vb- > [email protected]] En nombre de Jude DaShiell > Enviado el: martes, 02 de marzo de 2010 3:32 > Para: [email protected] > Asunto: [mono-vb] unhandled exception in sub locate() > > What I'm trying to do with this program is to have the alphabet written > on line 3 starting at column 0 then have the set of counting numbers > written on line 2 starting at column 13. The stuff to do this is in > the locate() subroutine and ought to be proper ansi.sys code. The > locate command was in qbasic and since no console-based equivalent > exists I figured to experiment and see if one could be written that > uses ansi code. An alternative I have working now is to fill a 2,000 > character array and have basic write it to the screen for me then clear > that array and reload that array before writing again. > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 9.0.733 / Virus Database: 271.1.1/2709 - Release Date: > 02/28/10 20:34:00 _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
