Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Grumpfish Library 3.2 - <b>timestamp()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
TIMESTAMP()

   TIMESTAMP()'s sole function in life is to implant a date/time stamp
   into a memo field.  It is very handy for customer contact records and
   the like.

   Syntax

   TIMESTAMP(<memofield> [, <value>] [, <edit_it>])

   Required Parameter

   <memofield> is the name of the memofield to append into (enclosed in
   quotes).

   Optional Parameters

   <value> is a character string, containing additional info to be
   written to the memo.

   If you pass the third parameter (<edit_it>), you will be placed in
   the memo field, just beyond the timestamp, for editing.

   Sample Usage

   TimeStamp('comments')                       
   TimeStamp('comments', mNAME + mPHONE)       
   TimeStamp('comments', '', .T.)  && edit memo

See Also: MEMEDIT()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson