You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
571 B
17 lines
571 B
1 400 0 ' String"
|
|
0 400 0 Dim a As String = "hello, world"
|
|
0 400 0 Dim b As String = "hello world"
|
|
0 400 0 Dim c As String = "Joe said ""Hello"" to me"
|
|
0 400 0 Dim d As String = "\\\\server\\share\\file.txt"
|
|
0 400 0 Dim e As String = "The brown fox
|
|
0 400 0 jumps over
|
|
0 400 0 the lazy dog"
|
|
1 400 0 ' Character
|
|
0 400 0 ""C "c"C "cc"C
|
|
1 400 0 ' Date
|
|
0 400 0 d = #5/31/1993# or # 01/01/0001 12:00:00AM #
|
|
1 400 0 ' Number
|
|
0 400 0 123_456___789
|
|
0 400 0 123_
|
|
0 400 0 &b10101_01010
|
|
0 400 0 |