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.
messagebox("The Time is: "+transform(time()))
messagebox("The Date and Time is: "+transform(datetime()))
messagebox("The number ten in a string: "+transform(10))
messagebox("The number ten in a string: "+str(10,2))
messagebox(".T. looks like this: "+transform(.T.))