Spaces:
Running
Running
a=1 | |
b=a | |
Test.Echo "Hello from VBScript" | |
' Here is a comment | |
for i = 1 to 10 | |
next | |
a=1 | |
b=a | |
Test.Echo "Hello from VBScript" | |
' Here is a comment | |
for i = 1 to 10 | |
next | |