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.
asF7=Split(F7," ")
For i=0 to Ubound(asF7)
If IsNumeric(asF7(i)) Then
r=asF7(i)
End If
Next
For i=0 to Len(F7)
If IsNumeric(Mid(F7,i,1)) Then
r=r & Mid(F7,i,1)
End If
Next