mradziwo / MsgPack_LabVIEW

It's like JSON, but fast and small…and LabVIEW! – msgpack.org[LabVIEW]
http://msgpack.org
MIT License
2 stars 4 forks source link

Decode error binary array #8

Open stefanhoo opened 2 years ago

stefanhoo commented 2 years ago

You forgot in some cases to wire the delete array index input. Per default this delets the last n elements! But you need to delete beginning at index 0.

delete from array last index than first