I need to get the bytes from an array of bytes starting at a certain index and for a certain length (4). How can I get this?
Note: I don’t want to use the Array.copy sub as it is not a function. I need to put it in something like Sub MySub([argument as byte()]the_function_I_Need(Array, index, length)).
1 Answer