Re: IsNothing(_myVar) vs. _myVar Is Nothing
- From: "DraguVaso" <pietercoucke@xxxxxxxxxxx>
- Date: Thu, 18 Aug 2005 13:27:07 +0200
just test it:
this tool is great, easy to use (even I was able, hehe) and free: DevPartner
Profiler
http://www.compuware.com/products/devpartner/resources/profiler/profiler.asp?code=1D570B6B475F56425E47576F59454645415E476A5E405A575B514544725556405E5347474057436B5C5440595B4056565D6E414541575A5A4B4069575E42060700544B5350051A01181D03071E04
"Dave Taylor" <no_spam_dave@xxxxxxxxxxxxxx> wrote in message
news:%23MZT1v2oFHA.1872@xxxxxxxxxxxxxxxxxxxxxxx
> This is really not very important but something that I'm just curious
> about...which is faster to execute or are they the same:
>
> (1) If IsNothing(_myVar) Then ...
>
> or
>
> (2) If _myVar Is Nothing Then ...
>
> I find myself using #1 most frequently but for no real reason other than I
> like the way it looks.
>
> -- Dave
>
>
.
- References:
- IsNothing(_myVar) vs. _myVar Is Nothing
- From: Dave Taylor
- IsNothing(_myVar) vs. _myVar Is Nothing
- Prev by Date: Re: HashTable gone nuts...
- Next by Date: Re: Treeview add node problem
- Previous by thread: Re: IsNothing(_myVar) vs. _myVar Is Nothing
- Next by thread: Re: IsNothing(_myVar) vs. _myVar Is Nothing
- Index(es):
Relevant Pages
|