aironium
Member
To put it simply, i am trying to replace a certain character in a non-text file (to be specific, a zip file, for a certain experimental project). The goal is to automate something that can be done in a hex editor.
In python, there is something like "data.replace(b'^', b'/') [data is just the file variable]", but I am not sure which is a counterpart for B4A.
In python, there is something like "data.replace(b'^', b'/') [data is just the file variable]", but I am not sure which is a counterpart for B4A.