Add Console.ReadLine() at the end of Main. That will keep the console open
until you press the "any" key.

Signature
Peter Bernhardt
SharpSense Software LLC
peter@SharpBASSense.netURA
That should be, until you press "Enter".

Signature
Peter Bernhardt
SharpSense Software LLC
peter@SharpBASSense.netURA
> Add Console.ReadLine() at the end of Main. That will keep the console open
> until you press the "any" key.
[quoted text clipped - 8 lines]
>> Thanks in advance,
>> Richard
Richard Lionheart - 30 Aug 2005 19:46 GMT
> Add Console.ReadLine() at the end of Main. That will keep the console open
> until you press the "any" key.
That's exactly what I was looking for. And I'm pretty sure I did the
equivalent in Visual C++ years ago!
> That should be, until you press "Enter".
Understood!
Many Thanks,
Richard
> That should be, until you press "Enter".
>
[quoted text clipped - 10 lines]
>>> Thanks in advance,
>>> Richard