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.))