Re: SetEntry for diary fields
Brought to you by:
jeffmurphy
|
From: Jeff M. <jcm...@sm...> - 1996-12-05 22:45:01
|
>I would like to modify a diary field using the function ars_SetEntry()- >Will I run into problems ? Is there anything special I have to declare >or do because it's a diary field? performing a SetEntry on a diary field will add a new entry to the diary. you can not modify or remove old entries from the diary field for the record you specify. performing a SetEntry on a diary field is just like any other field.. arsperl will figure out that you want to add an entry to the diary and will "do the right thing". jeff |