logo       

RE: VB vs C# is there a auto documenting feature in C#: msg#00129

org.user-groups.dotnet.padnug

Subject: RE: VB vs C# is there a auto documenting feature in C#


Try this when debugging a VB app...

' This will evaluate the expression and display the results
? params(0)

' This will assign a value
param(0) = "Test"

' One thing I like about the VB command window is that it
' is case insensitive so this will also work
? PaRaMs(0)

Andy Miller

-----Original Message-----
From: Justin Collum [mailto:justin@xxxxxxxxxxxxxxxx]
Sent: Thursday, January 20, 2005 9:31 AM
To: padnug@xxxxxxxxxxxxxxx
Subject: Re: [padnug] VB vs C# is there a auto documenting feature in C#


This is related. This may be just something that I don't know how to do.
I find that the Command Window - Immediate is much easier to use in C#.
In C# if I type params[0] into that window I get runtime info about the
first item in the params array. In VB if I type params(0) I get:
Expression is not a method. I've played with this and never really
gotten any results out of the command window when running VB.

I like using the Command Window during debugging and I'd love to know
how to use it in VB, or if it is possible.

-- Justin

Liz Gee wrote:

>Thanks.
>Any other ideas for justifying going C# or VB.Net?
>
>Liz
>--- "Aaron B. Hockley" <ahockley@xxxxxxxxx> wrote:
>
>





Yahoo! Groups Links















<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise