S
Sven
How can I do that:
if x is not betweend 1 and 50 then...?
thanks a lot!
if x is not betweend 1 and 50 then...?
thanks a lot!
Sven said:How can I do that:
if x is not betweend 1 and 50 then...?
thanks a lot!
* "Sven said:How can I do that:
if x is not betweend 1 and 50 then...?
Sven said:How can I do that:
if x is not betweend 1 and 50 then...?
Cor said:Hi Herfried,
Strange
Was you not always saying,
if x <1 OrElse x>50 then
After all the discussions I now see some advantages in it as an extra
logical operator and now you stop using it.
* "Cor said:Was you not always saying,
if x <1 OrElse x>50 then
After all the discussions I now see some advantages in it as an extra
logical operator and now you stop using it.
* "Tom Spink said:Have you heard the B-E-A-utiful news about Whidbey VB.NET!!!
Yes.
Using <object>
...
End Using
For I As Integer = 1 To 10
If I = 4 Then Continue For
Next I
Tom Spink said:Have you heard the B-E-A-utiful news about Whidbey VB.NET!!!
Using <object>
...
End Using
and
For I As Integer = 1 To 10
If I = 4 Then Continue For
Next I
--
HTH,
-- Tom Spink, Über Geek
Woe be the day VBC.EXE says, "OrElse what?"
Please respond to the newsgroup,
so all can benefit
Herfried K. Wagner said:You are right... I should stop working with VB6...
* "Al Dunbar said:What - are you gonna TRY CATCHing VB.NET, FINALLY?
Sven said:How can I do that:
if x is not betweend 1 and 50 then...?