IF TEST = 1 { ASSIGN MyDateTime = now } //[String expression] Converts the contents of the variable TO a date and time //string. The variable must contain a numeric value representing an OLE //automation date/time. //[Numeric expression] Converts the contents of the variable TO an OLE //automation date/time by parsing the string contents. The string contents //must match one of the Windows standard date/time formats like MM/dd/yyyy //HH:mm:ss. //This example converts a OLE numeric datetime to its string equivilent ASSIGN StringDateTime = MyDateTime.asdatetime