Welcome aboard! We are happy you are here and wish you good net-raft!
Module Module1
Sub Main()
' Create array of maximum index 3.
Dim array(3) As String
array(0) = "dot"
array(1) = "net"
array(2) = "perls"
array(3) = CStr(2010)
' Display.
For Each element As String In array
Console.Write(element)
Console.Write("... ")
Next
End Sub
End Module
The most helpful VB.NET solutions
get computer name vb.net VB.NET
Click to see more ...
  1.3K
    76
get domain name vb.netVB.NET
Click to see more ...
  1.1K
    71
how to get client ip address using vb.net ?VB.NET
Click to see more ...
  902
    63
How to get client machine name or computer name with vb.net?VB.NET
Click to see more ...
  1.2K
    57
array vb.netVB.NET
Click to see more ...
  634
    56
get client country vb.netVB.NET
Click to see more ...
  555
    52
get client latitude and longitude vb.netVB.NET
Click to see more ...
  443
    36
detect mobile vb.netVB.NET
Click to see more ...
  384
    23
get machine name vb.netVB.NET
Click to see more ...
  360
    22
detect browser vb.netVB.NET
Click to see more ...
  293
    16