Example

This example displays the date using the RCL $DATE command:

MsgBox Session.EvaluateRCLExpression("$DATE")

This statement uses the Date$ statement to get the same results:

MsgBox Date$