Hi Friends,
I am back to my rescue team.
I have simple question:
In VB6.0, we write String("-", 40) to make line.
What is command to write line such way in VB.Net.
thank you,
Printable View
Hi Friends,
I am back to my rescue team.
I have simple question:
In VB6.0, we write String("-", 40) to make line.
What is command to write line such way in VB.Net.
thank you,
Dim mystring As New String("-"c, 40)
what does the c represent?
Character