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.
DiffMyArea = CDbl(MySum1) - CDbl(75#)
[blue]MyLen = Len(format(DiffMyArea,"fixed"))[/blue]
Set MyArea = MyScreen.Area(17,17,17,22,,3)
MyScreen.PutString " ", 6, 17
[blue]If MyLen = 6 then
MyScreen.PutString format(DiffMyArea,"fixed"), 6, 17
Else
MyScreen.PutString format(DiffMyArea,"fixed"), 6, 18
End If [/blue]