WRITE BYTE TO FILE
This command will write a single byte to the specified file. The position is specified in bytes from the beginning of the filedata. You can use this to modify a file at the byte level.

SYNTAX
WRITE BYTE TO FILE Filename, Position, ByteValue

RELATED INFO
FILE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example