Data

Last Modified: 1/1/2021

Inserts data into your ROM that can be read using the Read command and the Read() function.

Arguments

NameTypeRequiredDescription
Value Integer/String Yes The data you want inserted into your ROM.

Example

Syntax: Data <Value>, [<Value>]
    Reload MyData
    Read x,y
    Print x,y
 
MyData:
    Data 1,2,3,4

Remarks

If the data is text, the data must be in quotes. Numerical values can range from 0 to 255.

See Also

DataInt, DataLong, Read, ReadInt, ReadLong, Read(), ReadInt(), ReadLong&()