The long name of the country item.
object.LongName
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISCountryItem interface |
string
Display the collection of the country items loaded from Profile, and their long names.
Dim aCountryItems, aCountryItem
Dim aMessage
Set aCountryItems = Profile.LoadCountryList
aMessage = "Country Items Count: " & aCountryItems.Count &_
vbNewLine
for i = 0 to aCountryItems.Count - 1
set aCountryItem = aCountryItems.Item(i)
aMessage = aMessage & vbNewLine & (i+1) & ") " & aCountryItem.LongName
next
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface the Long name cannot be found, but Country Items for the patient can be found in
.