StringLabels
The
StringLabels
item returns the labels used for generic strings. There are four groups of five strings. The groups are ordered as follows: Process Cell labels, Unit labels, Phase labels, and Shared Resource labels.This table shows the input and output formats for this item.
Input Format | Request: StringLabels | ||
Output Format | The StringLabels item returns in this format: <StringLabels> | ||
<StringLabels> | is | <ProcessCellLabels> \crlf <UnitLabels> \crlf <PhaseLabels> \crlf <SharedResourceLabels> \crlf | |
<ProcessCellLabels> | is | <s1> \t <s2> \t <s3> \t <s4> \t <s5> | |
<UnitLabels> | is | <s1> \t <s2> \t <s3> \t <s4> \t <s5> | |
<PhaseLabels> | is | <s1> \t <s2> \t <s3> \t <s4> \t <s5> | |
<SharedResourceLabels> | is | <s1> \t <s2> \t <s3> \t <s4> \t <s5> | |
where: | |||
Field Name | Format | Description | |
<s1> | ASCII - String | Label for first generic string. | |
<s2> | ASCII - String | Label for second generic string. | |
<s3> | ASCII - String | Label for third generic string. | |
<s4> | ASCII - String | Label for fourth generic string. | |
<s5> | ASCII - String | Label for fifth generic string. |
This table shows an example of the return on this request.
Example: | A request on object . GetItem(StringLabels) could return:Cross Invocation Label 1 English Process Cell \t Cross Invocation Label 2 English Process Cell \t Cross Invocation Label 3 English Process Cell \t Cross Invocation Label 4 English Process Cell \t Cross Invocation Label 5 English Process Cell \crlf Cross Invocation Label 1 English Unit \t Cross Invocation Label 2 English Unit \t Cross Invocation Label 3 English Unit \t Cross Invocation Label 4 English Unit \t Cross Invocation Label 5 English Unit \crlf Cross Invocation Label 1 English Phase \t Cross Invocation Label 2 English Phase \t Cross Invocation Label 3 English Phase \t Cross Invocation Label 4 English Phase \t Cross Invocation Label 5 English Phase \crlf Cross Invocation Label 1 English Resource String \t Cross Invocation Label 2 English Resource String \t Cross Invocation Label 3 English Resource String \t Cross Invocation Label 4 English Resource String \t Cross Invocation Label 5 English Resource String \crlf |
Provide Feedback