[Tcladdressbook-commits] Help TclAddressBookHelp,1.11,1.12
Status: Alpha
Brought to you by:
bdesgraupes
|
From: <bde...@us...> - 2004-01-06 06:58:54
|
Update of /cvsroot/tcladdressbook/Help In directory sc8-pr-cvs1:/tmp/cvs-serv22396/Help Modified Files: TclAddressBookHelp Log Message: Simplified subst tags Index: TclAddressBookHelp =================================================================== RCS file: /cvsroot/tcladdressbook/Help/TclAddressBookHelp,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- TclAddressBookHelp 5 Jan 2004 06:12:34 -0000 1.11 +++ TclAddressBookHelp 6 Jan 2004 06:58:51 -0000 1.12 @@ -1,11 +1,7 @@ Title: Tcladdressbook Help Project: addressbook extension for Tcl Modified: 2004-01-05 06:42:28 -TclCmd: set currentversion [package require addressbook] - -Images/TclAB_logo.gif (TclAB Logo) - Home Page | <http://sourceforge.net/projects/tcladdressbook> Project Page at SourceForge <TclAB.html> Abstract @@ -176,9 +172,8 @@ addressbook record recordID This command returns all the data available in the database concerning the record with unique ID recordID. The returned value -takes the form of a keyed list: see the addressbook record command -for a description of this format. - The format used for a particular value depends on the type of +takes the form of a keyed list. + The format used for a particular property's value depends on the type of the property (string, integer, date, multivalue etc.). Some properties have a multiple type: MultiString for fields like Email, Phone etc., MultiDate for fields like ABDate, MultiDictionary for the Address field. In case of a @@ -362,7 +357,7 @@ ---------------------------------------------------------------------- - Last updated 2004-01-05 07:07:40 + Last updated 2004-01-06 07:36:29 |