FILL MEMORY
This command will fill an area of memory with a specified byte value. You can use this command in combination with the MAKE MEMORY command to clear previously created data. With care, you can also use this command to create wipe effects, clear the screen and initialise data structures. The size to clear is specified in bytes.

SYNTAX
FILL MEMORY Memory Address, FillByte, Size In Bytes

RELATED INFO
CORE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example