RosettaCodeData/Task/Binary-strings/VBA/binary-strings-2.vba

6 lines
144 B
Plaintext

Sub Creation_String_FirstWay()
Dim myString As String
'Here, myString is created and equal ""
End Sub '==> Here the string is destructed !