7 lines
80 B
Text
7 lines
80 B
Text
Public Sub Main()
|
|
Dim vInput As Variant = "12345"
|
|
|
|
Inc vInput
|
|
Print vInput
|
|
|
|
End
|