3 lines
78 B
Text
3 lines
78 B
Text
|
|
Dim a As String = "Test String"
|
||
|
|
Dim b As String = String.Copy(a) ' New string
|