[mono-vb] unhandled exception in sub locate()

Rolf Bjarne Kvinge rolflists at ya.com
Tue Mar 2 02:49:13 EST 2010


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: mono-vb-bounces at lists.ximian.com [mailto:mono-vb-
> bounces at lists.ximian.com] En nombre de Jude DaShiell
> Enviado el: martes, 02 de marzo de 2010 3:32
> Para: mono-vb at lists.ximian.com
> 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



More information about the Mono-vb mailing list