==== BINGETB ==== ---- ---- Extract binary data as list of bytes ---- ^ __Input Stack__ ^^^ ^ __Output Stack__ ^ | **Dsrc** | **Numoffset** | **Numbytes** | **→** | **L** | | //Level 3// | //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 ''BINGETB'' command retrieves a specified number of bytes from a binary data container, starting from an offset position and returning the result in form of a list. ---- This command is new in newRPL and does not exist in userRPL. ---- 3: BINDATA 2 VWZ3iYESIzR4 2: 3 1: 4 …………………………………………………………………………………… BINGETB will result in 1: { #55h #44h #33h #22h } …………………………………………………………………………………… ---- {{page>manual:chapter6:libdata&nofooter&noeditbtn&inline}}