==== MKBINDATA ==== ---- Create a binary data container object ---- ^ __Input Stack__ ^ ^ __Output Stack__ ^ | **Numsize** | **→** | **D** | | //Level 1// | //→// | //Level 1// | {{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}} | **Keyword type** | [[manual:chapter5:basics#commands|Command]] || | **Parallel list processing capabilities** | [[manual:chapter5:listproc#group-5one-argument-one-result-commands|Group 5]] | //One argument, one result commands// | | **Affected by flags** | //None// || ---- The ''MKBINDATA'' command creates a binary data container object of specified size. The object is not initialized and contains random data: it's user's responsibility to initialize it properly. ---- ''MKBINDATA'' is specific to **newRPL** and has no direct equivalent in **userRPL**. ---- **__Input__** 4: 3: 2: 1: 4 ………………………………………………………………………………………………………… MKBINDATA \\ **__Output__** 4: 3: 2: 1: BINDATA 1 A4gACz ………………………………………………………………………………………………………… ---- {{page>manual:chapter6:libdata&nofooter&noeditbtn&inline}}