Listseparatorcharacter, Listseparatorcharactersource – Echelon OpenLNS User Manual

Page 378

Advertising
background image

OpenLNS Programmer's Reference

341

ListSeparatorCharacter

Summary

Determines which symbol is used to separate items in the

formatted value that are returned as parts of a list

.

This applies to format specifications that use the bar

character ("|") to represent a localized list separator

character. A few examples of this are

SNVT_hvac_status#LO and SNVT_magcard#LO.

You can use the

ListSeparatorCharacterSource

property to

determine how the ListSeparatorCharacter property should

be filled in

.

Availability

Local, full, and lightweight clients.

Syntax

formatLocale.ListSeparatorCharacter = character

Element

Description

formatLocale

The FormatLocale object being acted

upon.

character

The symbol chosen as the list

separator character. You can choose

any printable ASCII character

.

Data Type

String.

Read/Write

Read/write.

Added to API

LNS Release 3.20.

ListSeparatorCharacterSource

Summary

Determines whether OpenLNS should assign the

ListSeparatorCharacter

property a value automatically based

on the Windows control panel Regional Options settings

Availability

Local, full, lightweight, and independent clients.

Syntax

formatLocale.ListSeparatorCharacterSource = source

Element

Description

formatLocale

The FormatLocale object being acted

upon.

source

The value of the

ListSeparatorCharacterSource

property.
The possible values for this element,

which are contained in the

ConstFormatLocaleSource constant,

are as follows:
0 lcaFormatLocaleSource

UserDefaultRegionalSetting

Select this value to have OpenLNS set

the associated property automatically,

Advertising