ID : 5678
Array
Commands | Functions |
---|---|
Array | To create variant type array. |
CreateArray | Create a single dimensional array of Variant type data with arbitrary Internal Processing Format. |
CreateMultiArray | Create Variant type arrays with arbitrary Internal processing format. Up to three-dimensional arrays can be created. |
ReadByteArray | This command stores the values of a one-dimensional array (Variant type) of a byte unit into the specified variable for every one byte. The byte order of the array is not changed when it is stored in the variable. |
SwapByteArray | In a one-dimensional array with byte type, change the order of elements according to the byte counts specified. |
UBound | To return a maximum index number in the element of array. |
WriteByteArray | This command stores variables into the one-dimensional array (Variant type) for every one byte. The byte order is not changed when it is stored in the arrays. |
ID : 5678
- Related Information
- Array
- CreateArray
- CreateMultiArray
- ReadByteArray
- SwapByteArray
- UBound
- WriteByteArray