6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
[source,vb6]
|
|
----
|
|
sampleString = "Hello World"
|
|
MsgBox(sampleString)
|
|
----
|