| ??? 08/20/02 05:29 Read: times |
#27546 - RE: declaring variables and registers |
You can also define more variables using the "db"-function:
var db ? creates a 1-Byte-variable. With more ?s you can make arrays (sort of ...). |
| ??? 08/20/02 05:29 Read: times |
#27546 - RE: declaring variables and registers |
You can also define more variables using the "db"-function:
var db ? creates a 1-Byte-variable. With more ?s you can make arrays (sort of ...). |