| Table Of Contents | Index |

You can then read and write to this memory area using the Mem commands.
Example:
var RamBlock RamBlock = GetMem(2000) ;allocate 2000 bytes of memory Mem(RamBlock,0) = 5 ;writes the number 5 to the first byte
| See Also: | FreeMem |
|---|
| Category: | Memory |
|---|

| Table Of Contents | Index |
|
