How to enter the current date from a clip library.
Posted: Mon Nov 27, 2000 6:42 am
I would like to know how to create an entry in a clip library that will include the current date with that entry. For example:
I insert a comment like this with textpad inserting the proper date where "%current date% is the place holder for todays date.
# -----start comment -----
# version 1.0
# searchby: hjn
# date: %current date%
#
# Fetch the previous or specified event, execute it, and then
# replace the current history item with that event.
#
# Arguments:
# event (optional) index of history item to redo. Defaults
# to -1, which means the previous event.
#
# Results:
# The result is that of the command being redone. Also replaces
# the current history list item with the one being redone.
# ------end comment------
Thanks,
Harold
I insert a comment like this with textpad inserting the proper date where "%current date% is the place holder for todays date.
# -----start comment -----
# version 1.0
# searchby: hjn
# date: %current date%
#
# Fetch the previous or specified event, execute it, and then
# replace the current history item with that event.
#
# Arguments:
# event (optional) index of history item to redo. Defaults
# to -1, which means the previous event.
#
# Results:
# The result is that of the command being redone. Also replaces
# the current history list item with the one being redone.
# ------end comment------
Thanks,
Harold