aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.vb
blob: a4503704bdd92399af4568a7ae13c610a1648b02 (plain)
1
2
3
4
5
6
7
8
9
' String"
Dim a As String = "hello, world"
Dim b As String = "hello    world"
Dim c As String = "Joe said ""Hello"" to me"
Dim d As String = "\\\\server\\share\\file.txt"
' Character
""C "c"C "cc"C
' Date
d = #5/31/1993# or # 01/01/0001 12:00:00AM #