Last Modified: 1/1/2021
Inserts data into your ROM that can be read using the ReadLong command and the ReadLong&() function.
| Name | Type | Required | Description |
| Value | Integer | Yes | The data you want inserted into your ROM. |
| Syntax: DataLong <Value>, [<Value>] |
|
Reload MyData ReadLong x,y Print x,y MyData: DataLong 1,2,3,4 |