SetBarcodeArrayElementAt

Description

The SetBarcodeArrayElementAt method sets an element of ByteArray allocated by SetBarcodeArrayLength method. An element of ByteArray can be retrieved by the method GetBarcodeArrayElementA. The size of ByteArray can be retrieved by the method GetBarcodeArrayLength.

Syntax RetVal = [BiBrP417] SetBarcodeArrayElementAt Element Value

Returns               RetVal       Boolean                       True on success or False on error.

Remarks             Element       Long             Index of element of ByteArray.

                            Value           Short            Value of element of ByteArray.

See Also              SetBarcodeArrayLength, GetBarcodeArrayElementA, GetBarcodeArrayLength