Data, DataInt, DataLong |
Previous Next |
Data <Constant> [, <Constant>, ...n]
DataInt <Constant> [, <Constant>, ...n]
DataLong <Constant> [, <Constant>, ...n]
|
Part
|
Description
|
<Constant>
|
Required. Constant data can either be number or characters for
Data statements, but must be numerical for DataInt and DataLong
commands.
|
MyData:
Data "Hello World!", "More Data"
DataInt 0,1,$0EAA, &hFF
DataLong 80000,95000,8975200
|