Difference between revisions of "Extensions.Util.CopyByteField"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE: '''CopyByteField'''}}Category:Util == Classification == {{ClassificationActivity | CopyByteField | UPDATING...<!--Create an event source for change event-...") |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: '''CopyByteField'''}}[[Category:Util]] | {{DISPLAYTITLE: '''CopyByteField'''}}[[Category:Util]] | ||
== Classification == | == Classification == | ||
− | {{ClassificationActivity | CopyByteField | | + | {{ClassificationActivity | CopyByteField | Copies the byteField | [[Term]] | [[Extensions.Util|OTX Util extension]] | [[Extensions.Util#Terms|Util related terms]] | - | - }} |
== OTL Syntax == | == OTL Syntax == | ||
− | |||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
− | + | ByteFieldTerm = Util.CopyByteField(ByteFieldTerm); | |
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
== Description == | == Description == | ||
− | + | The OTX '''CopyByteField''' term returns a ByteField which is a copy of the <byteField> parameter. | |
− | The OTX ''' | ||
− | + | {{TermReturnValue| [[Core.DataTypes.ComplexDataType.ByteField|ByteField]] | The ByteField which is a copy of the <byteField> parameter.}} | |
− | |||
− | {{TermReturnValue| [[ | ||
== Properties == | == Properties == | ||
− | |||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{ | + | {{TableRowPropertie2| Term | - | [[Term]] | - | [1..1] | Represents the '''ByteField''' which shall be copied.}} |
|} | |} | ||
− | |||
== OTL Examples == | == OTL Examples == | ||
− | |||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
− | + | ByteField ByteField1; | |
− | + | ||
− | + | /// Flow | |
− | + | ByteField1 = Util.CopyByteField(&0123456789ABCDEF); | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
== See also == | == See also == |
Revision as of 08:10, 4 October 2018
Contents
Classification
Name | CopyByteField |
Short Description | Copies the byteField |
Class | Term |
Extension | OTX Util extension |
Group | Util related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
ByteFieldTerm = Util.CopyByteField(ByteFieldTerm);
Description
The OTX CopyByteField term returns a ByteField which is a copy of the <byteField> parameter.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
ByteField | The ByteField which is a copy of the <byteField> parameter. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Term | - | Term | - | [1..1] | Represents the ByteField which shall be copied. |
OTL Examples
ByteField ByteField1;
/// Flow
ByteField1 = Util.CopyByteField(&0123456789ABCDEF);
See also
Compare
IsInitialized
ListIndexOf
ListIndexOfAny
ListReverse
ListSort
Max
Min
StringFormat