February 27, 200916 yr I'm writing a script which performs a find which will always have as a result a single record. I now want to add a timestamp to that record, but can't work out how to do this in ScriptMaker: I know how to add data to a field, just not how to specify that I want to add the current date and time.
February 27, 200916 yr Set your field to TimeStamp. Then in your script: Set Field(TimeStampField;Get(CurrentTimeStamp) hth
Create an account or sign in to comment