1' String"
2Dim a As String = "hello, world"
3Dim b As String = "hello    world"
4Dim c As String = "Joe said ""Hello"" to me"
5Dim d As String = "\\\\server\\share\\file.txt"
6' Character
7""C "c"C "cc"C
8' Date
9d = #5/31/1993# or # 01/01/0001 12:00:00AM #
10' Number
11123_456___789
12123_
13&b10101_01010
14