Feb-04-2020, 04:56 PM
Hi all
I`ve got a File that contains different Byte Values and i need some of them to be exchanged.
Idea is to read the entire File into an Array and then using a routine like :
If byte Value is between 193 and 219 then substract 129 from it and replace with the new Value in the array.
Open File and after exchange that is plain Simple, but how would a Function like this look like ?
Thanks for any Help guiding me there
I`ve got a File that contains different Byte Values and i need some of them to be exchanged.
Idea is to read the entire File into an Array and then using a routine like :
If byte Value is between 193 and 219 then substract 129 from it and replace with the new Value in the array.
Open File and after exchange that is plain Simple, but how would a Function like this look like ?
Thanks for any Help guiding me there
