ironhide1975
Programmer
Code:
Dim Test
Test = Mid("Find ME in here", 6, 2)
response.Write test
I get this error.
Microsoft VBScript runtime (0x800A000D)
Type mismatch
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim Test
Test = Mid("Find ME in here", 6, 2)
response.Write test