Ask a Question related to ASP.NET General, Design and Development.
-
Boban Dragojlovic #1
Re: Assign nulll value to an Integer
assign it to 'nothing' instead
dim x as integer
x = nothing
NULL is pretty much gone in VB.NET
"DudeGuy" <hrock2000@yahoo.com> wrote in message
news:054001c35224$bf2689a0$a101280a@phx.gbl...> Anybody has any ideas how to assin an Integer variable to
> Null value in VB.NET Thanks in advance
Boban Dragojlovic Guest
-
Assign to XMLListCollection
I have an XMLListCollection called persPages. persPages that is equal to the XML shown below.I want to modify the last child element in the... -
#39278 [Opn->Bgs]: strpos($needle, $integer) returns 0 for certain values of $integer
ID: 39278 Updated by: tony2001@php.net Reported By: matt at raines dot me dot uk -Status: Open +Status: ... -
#39278 [NEW]: strpos($needle, $integer) returns 0 for certain values of $integer
From: matt at raines dot me dot uk Operating system: GNU/Linux 2.4.27 PHP version: 5.1.6 PHP Bug Type: Strings related Bug... -
How do you assign an ID to ListItem?
How can I assign an ID to dynamically generation ListItem that I add to dynamically generated CheckBoxList or RadioButtonList? I need to identify... -
How to assign a F key to a command?
I'm trying to assign FKey to scanner so I don't have to do it in multiple steps. There used to be a location to assign Function keys to any command... -
DudeGuy #2
Re: Assign nulll value to an Integer
But "Nothing" will assign "0" to the integer varaiable, I
would like to assign "NULL" value to this INTEGER
varaiable. Can body know how to do that? Thanks!
to>-----Original Message-----
>assign it to 'nothing' instead
>
>dim x as integer
>
>x = nothing
>
>NULL is pretty much gone in VB.NET
>
>"DudeGuy" <hrock2000@yahoo.com> wrote in message
>news:054001c35224$bf2689a0$a101280a@phx.gbl...>> Anybody has any ideas how to assin an Integer variable>>> Null value in VB.NET Thanks in advance
>
>.
>DudeGuy Guest



Reply With Quote

