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.
public function getTensDigit(dValue as double) as integer
dim sNumber as string
sNumber=dValue.tostring
if sNumber.indexof(".") > 1 then
return val(sNumber.substring(sNumber.indexof(".")-2,1))
else
return 0
end if
end function
Dim by As Byte
by = (MyNum / 2) Mod 2
Dim by As Byte
by = (MyNum / 16) Mod 16
Dim by As Byte
by = MyNum And 2