ThousandsSeparator
The
ThousandsSeparator
item returns the thousands separator used by the FactoryTalk Batch
Server.This table shows the input and output formats for this item.
Format | Description | |
|---|---|---|
Input Format | Request: ThousandsSeparator | |
Output Format | The ThousandsSeparator item returns in this format: <Separator> | |
where: | ||
Field Name | Format | Description |
<Separator> | ASCII - String | The thousands separator for the language specific operating system. |
This is an example of the return on this request.
A request on
object
.
GetItem(ThousandsSeparator)
could return:,
Provide Feedback