- Overview
- The different variables of the Group structure
The Group structure is a preset structure of WLanguage (no declaration is required). This structure is used to: - create or modify a group of contacts.
- retrieve the content from a group of contacts.
The different variables of the Group structure The structure contains the following members: | | mGroup.Contact | Array of character strings. Name of the contacts found in the group.
To access the name of the different contacts in the group, use the following format: mGroup.Contact[<Contact num>] Where <Contact num> corresponds to the number of the desired contact. The number of contacts found in the group is returned by the mGroup.NbContact variable. | mGroup.Description | Character string. Description of the group of contacts. | mGroup.ID | Character string. Unique identifier for the group of contacts | mGroup.Name | Character string. Name of the group of contacts. | mGroup.NbContact | Integer. Number of contacts found in the group. | mGroup.Out | Boolean. Indicates whether there is a current group of contacts. |
This page is also available for…
|
|
|
|