I saw this line of code:
Code:
Label3.Text = Now.Date + Now.TimeOfDay
|
Go4Expert Member
|
![]() |
| 7Jan2009,12:07 | #1 |
|
Hello this is a question.
I saw this line of code: Code:
Label3.Text = Now.Date + Now.TimeOfDay |
|
Go4Expert Founder
|
![]() |
| 7Jan2009,12:22 | #2 |
|
VB is not very strict and works fine
|
|
Go4Expert Member
|
![]() |
| 7Jan2009,12:47 | #3 |
|
What the hell!!!
![]() we can connect strings using +'s in vb.net? seriosly :s ? I dont have visual studio atm, orr hell iw ould check it out. Thats dispicable. |
|
Go4Expert Founder
|
![]() |
| 7Jan2009,12:53 | #4 |
|
You can even do away without a variable being declared in vb6 as much as I know of
|