[Tcladdressbook-commits] Help TclAddressBookHelp.html,1.19,1.20
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-07-30 13:08:36
|
Update of /cvsroot/tcladdressbook/Help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4625/Help Modified Files: TclAddressBookHelp.html Log Message: More [identifier] doc and examples Index: TclAddressBookHelp.html =================================================================== RCS file: /cvsroot/tcladdressbook/Help/TclAddressBookHelp.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- TclAddressBookHelp.html 30 Jul 2004 11:17:03 -0000 1.19 +++ TclAddressBookHelp.html 30 Jul 2004 13:08:26 -0000 1.20 @@ -99,9 +99,9 @@ <I>-ingroup</I> option is specified, only the subgroups contained in the group with ID <I>groupID</I> will be returned.<P><H4><A NAME="M13"></A>addressbook identifier count <I>personID</I> <I>propName</I></H4> This command returns the number of items in a multi-value list property -(such as Address, Phone, Email). <P><H4><A NAME="M14"></A>addressbook identifier get <I>personID</I> <I>propName</I> <I>index</I></H4> +(such as <I>Phone, Email, MSNInstant</I> etc.). <P><H4><A NAME="M14"></A>addressbook identifier get <I>personID</I> <I>propName</I> <I>index</I></H4> This command gets the unique identifier of an item in a multi-value list -property (such as Address, Phone, Email). It returns the identifier of the +property (such as <I>Phone, Email</I>). It returns the identifier of the item at index <I>index</I> in the multi-value list of property <I>propName</I> for the record corresponding to <I>personID</I>. One can get the count of identifiers using the <B>addressbook identifier count</B> @@ -112,7 +112,7 @@ the record <I>personID</I>. This is the identifier which will be used by default if no <I>distribution identifier</I> has been specified using the <B>addressbook identifier set</B> command. Property <I>propName</I> must -be a multi-value list property (such as <I>Address, Phone, Email</I>).<P><H4><A NAME="M16"></A>addressbook identifier set <I>groupID</I> <I>personID</I> <I>propName</I> ?<I>ident</I>?</H4> +be a multi-value list property (such as <I>Phone, Email</I>).<P><H4><A NAME="M16"></A>addressbook identifier set <I>groupID</I> <I>personID</I> <I>propName</I> ?<I>ident</I>?</H4> This command lets you get or set the <I>distribution identifier</I> for a multi-value list property of a person in a group. See the section <A HREF="#dist"> Distribution list and identifiers</A> below for @@ -121,7 +121,7 @@ <I>distribution identifier</I> for the person <I>personID</I> belonging to the group <I>groupID</I> concerning property <I>propName</I> if it was set, otherwise the property's primary identifier. Property <I>propName</I> must -be a multi-value list property (such as <I>Address, Phone, Email</I>). +be a multi-value list property (such as <I>Phone, Email</I>). <P> If the <I>ident</I> argument is specified, this will assign a specific <I>distribution identifier</I> for the person's multi-value list property so that the group can be used as a distribution list (a mailing @@ -285,8 +285,8 @@ <H2><A NAME="M32"></A>DISTRIBUTION LIST AND IDENTIFIERS</H2> Identifiers are necessary when one wants to use a group as a distribution list, that is send something to all the members of the group. The members -can be addressed by <I>Phone, Email, Address</I> etc. For instance, a group could -be used as a mailing list. The <I>Phone, Email, Address</I> properties are +can be addressed by <I>Phone, Email</I> etc. For instance, a group could +be used as a mailing list. The <I>Phone, Email</I> properties are multi-value list properties: since a person can have several e-mail addresses, one must specify which one is to be used in the distribution list. Labels (such as Home, Work etc.) are not sufficient to specify precisely an @@ -340,6 +340,6 @@ See the TclX extension for keyed lists: TclX(n). See the Mk4Tcl extension for commands to open directly the database file.<P><H2><A NAME="M41"></A>KEYWORDS</H2> Address book, data base.<P><HR> -<P> Last updated 2004-07-30 13:05:27<P> +<P> Last updated 2004-07-30 14:43:34<P> </BODY> </HTML> \ No newline at end of file |