Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Peeks a value from the bit stack and returns it as anytype. This makes it possible to assign it to both string and integers.
Syntax
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.