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