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 sSource as String
Dim sPart as String
sSource = "Hello World"
sPart = MID(sSource,4,5)
DIM sSource as String
sSource = "Hello World"
MID(sSource,4,5) = "ABCDE"