RFIDTagBase.peek Method [AX 2012]

Peeks a value from the bit stack and returns it as anytype. This makes it possible to assign it to both string and integers.

protected anytype peek(
    Array _array, 
    int _pos, 
    int _length)

Run On

Called

Parameters

_array
Type: Array Class
_pos
Type: int
_length
Type: int

Return Value

Type: anytype
Value from the bit stack, as anytype.

Community Additions

ADD
Show: