[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Null value into an integer variable
[Thread Prev] | [Thread Next]
- Subject: Null value into an integer variable
- From: "Mayost Sharon" <sharon@xxxxxxxxx>
- Date: Fri, 19 Apr 2024 11:55:21 +0300
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Hello Public Sub Main() Dim sVar As String Dim iVar As Integer sVar = "gb" iVar = 3 sVar = Null iVar = Null End When I put an Null value into a variable of type string I don't get an error and the variable gets a value of "" But when I put an Null value into a variable of integer type it gives an error Is this normal? Thank you
Re: Null value into an integer variable | BB <adamnt42@xxxxxxxxx> |
Re: Null value into an integer variable | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: Null value into an integer variable | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: Null value into an integer variable | Christof Thalhofer <chrisml@xxxxxxxxxxx> |
GRIDVIEW color and size | "Mayost Sharon" <sharon@xxxxxxxxx> |
Re: GRIDVIEW color and size | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |
Re: GRIDVIEW color and size | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |
Re: GRIDVIEW color and size | "Mayost Sharon" <sharon@xxxxxxxxx> |
Re: GRIDVIEW color and size | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |