Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

Working with rawbytes: how to remove bytes from start to given index

pollux
pollux
edited November 2014 in RobotStudio
Hi,

I'm working on a networked application where I store raw bytes into a buffer. Whenever I receive data over the network I check if there is enough bytes in the buffer for the current command. If there are enough bytes I want to parse these and remove the read data from the buffer. I see `ClearRawBytes` though this can only remove from a given index until the end. But I want to remove from the start to a given index.  How can I do this?

Thanks