Extensions.Util.CopyByteField

From emotive
Jump to navigation Jump to search

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 byteField);

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.

Icons Note.png 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
ByteField ByteField Term - [1..1] Represents the ByteField which shall be copied.

OTL Examples

/// Local Declarations

ByteField ByteField1;

/// Flow

ByteField1 = Util.CopyByteField(&0123456789ABCDEF);

See also

Compare
GetRandomNumber
IsInitialized
ListIndexOf
ListIndexOfAny
ListReverse
ListSort
Max
Min
StringFormat