[Tcladdressbook-commits] Help TclAddressBookHelp.html,1.13,1.14
Status: Alpha
Brought to you by:
bdesgraupes
|
From: <bde...@us...> - 2004-01-06 06:59:06
|
Update of /cvsroot/tcladdressbook/Help In directory sc8-pr-cvs1:/tmp/cvs-serv22441/Help Modified Files: TclAddressBookHelp.html Log Message: Simplified subst tags Index: TclAddressBookHelp.html =================================================================== RCS file: /cvsroot/tcladdressbook/Help/TclAddressBookHelp.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- TclAddressBookHelp.html 5 Jan 2004 06:12:49 -0000 1.13 +++ TclAddressBookHelp.html 6 Jan 2004 06:59:03 -0000 1.14 @@ -5,8 +5,10 @@ </HEAD> <BODY> <!-- :Title: Tcladdressbook Help --> -<!-- :Project: addressbook extension for Tcl --><P><!-- :Author: Bernard Desgraupes <A HREF="mailto:bde...@ea...">bde...@ea...</A> --> -<!-- :Homepage: <A HREF="http://webperso.easyconnect.fr/bdesgraupes/">http://webperso.easyconnect.fr/bdesgraupes/</A> --><P><!-- :Modified: 2004-01-05 06:42:28 --><P><!-- :TclCmd: set currentversion [package require addressbook] --><P><!-- logo --> +<!-- :Project: addressbook extension for Tcl --> +<!-- :Author: Bernard Desgraupes <A HREF="mailto:bde...@ea...">bde...@ea...</A> --> +<!-- :Homepage: <A HREF="http://webperso.easyconnect.fr/bdesgraupes/">http://webperso.easyconnect.fr/bdesgraupes/</A> --> +<!-- :Modified: 2004-01-05 06:42:28 --><P><!-- logo --> <P><IMG SRC="Images/TclAB_logo.gif " ALT="TclAB Logo" ALIGN=bottom></P> <P> <A href="TclAB.html"> Home Page</A> | <A href="http://sourceforge.net/projects/tcladdressbook"> Project Page at SourceForge</A><P><HR><BLOCKQUOTE><P><I> This is a manual page for the Tcladdressbook extension for Tcl. It @@ -130,9 +132,8 @@ properties with the <B>addressbook property names</B> command.<P><H4><A NAME="M20"></A> addressbook record <I>recordID</I></H4> This command returns all the data available in the database concerning the record with unique ID <I>recordID</I>. The returned value -takes the form of a keyed list: see the <B>addressbook record</B> command -for a description of this format. -<P> The format used for a particular value depends on the type of +takes the form of a keyed list. +<P> 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 @@ -262,6 +263,6 @@ See the TclX extension for keyed lists. See the Mk4Tcl extension for commands to open directly the database file.<P><H2><A NAME="M33"></A> KEYWORDS</H2> Address book, data base.<P><HR> -<P> Last updated 2004-01-05 07:09:51<P> +<P> Last updated 2004-01-06 07:36:53<P> </BODY> </HTML> |