==== BINGETOBJ ====
----
----
Extract an entire object from a binary data container
----
^ __Input Stack__ ^^ ^ __Output Stack__ ^
| **Dsrc** | **Numoffset** | **→** | **O** |
| //Level 2// | //Level 1// | //→// | //Level 1// |
{{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}}
|**Type**| [[manual:chapter5:basics#commands|Command]] ||
|**Parallel list processing**| [[manual:chapter5:listproc#group-7multiple-argument-one-result-commands|Group 7]] ||
|**Affected by flags**| None ||
----
The ''BINGETOBJ'' command retrieves an object stored into a binary data container, starting from an offset position; the command checks if the object actually exist and fails otherwise.
----
This command is new in newRPL and does not exist in userRPL.
----
2: BINDATA 3 AegAAqAOAAAUAOAAAZ
1: 0
……………………………………………………………………………………
BINGETOBJ
will result in
1: (0,1)
……………………………………………………………………………………
----
{{page>manual:chapter6:libdata&nofooter&noeditbtn&inline}}