TIME

This function retrieves the current system time.

TIME()


PARAMETERS

NONE

Example:
To place a timestamp on every newly added record, add the following code to the forms ON ADD event (Note: Assumes a DATE/TIME field named TIMESTAMP is bound to a textbox with a tag name of TIME2.

SETVALUE(~TIME2~//TIME())