Hi Everyone!
I have a problem, I'm using the class B4XBytesBuilder and the function SubArray2 , but I have a situation that the arrays that I have to treat could be very large, and i need to use a long type for the index instead of a int type in the parameters of the function and the function only use a int type , how can I solve this?
I have a problem, I'm using the class B4XBytesBuilder and the function SubArray2 , but I have a situation that the arrays that I have to treat could be very large, and i need to use a long type for the index instead of a int type in the parameters of the function and the function only use a int type , how can I solve this?