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 lngAsterL as long
Dim strAsterL as string
lngAsterL = 0
strAsterL = txtCurrentScore.text
IF IsNumeric(strAsterL) = True then
lngAsterL = CLng(strAsterL) 'Expicit Coerce
End If
strNew = String(lngAsterL,"*")