Show pageDiscussionOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ==== BINGETOBJ ==== ---- <callout type="primary" color="" icon="fa fa-book" title="Synopsis"> ---- Extract an entire object from a binary data container </callout> <callout color="green" icon="fa fa-indent" title="Stack Diagram"> ---- ^ __Input Stack__ ^^ ^ __Output Stack__ ^ | **D<sub>src</sub>** | **Num<sub>offset</sub>** | **→** | **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 || </callout> <callout color="orangered" icon="fa fa-comment" title="Description"> ---- 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. </callout> <callout type="danger" icon="true" title="Compatibility"> ---- This command is new in newRPL and does not exist in userRPL. </callout> <callout type="info" icon="true" title="Usage"> ---- <code> 2: BINDATA 3 AegAAqAOAAAUAOAAAZ 1: 0 …………………………………………………………………………………… BINGETOBJ </code> will result in <code> 1: (0,1) …………………………………………………………………………………… </code> </callout> <callout color="darkgray" icon="fa fa-hand-o-right" title="Related Commands"> ---- {{page>manual:chapter6:libdata&nofooter&noeditbtn&inline}} </callout> manual/chapter6/libdata/cmd_bingetobj.txt Last modified: 2019/11/01 06:25by jojo1973