11-10-2016, 08:18 AM
No, i ment something like
Dim a(4)
let a(0-4) = 1, 2, 3, 4, 5
I know you can put the values stright in the array when you declare it, but it would be nice to be able to be able to change its content later
Never mind, i found a way arround it by poking it using defb and reading data straight out of memory
Dim a(4)
let a(0-4) = 1, 2, 3, 4, 5
I know you can put the values stright in the array when you declare it, but it would be nice to be able to be able to change its content later
Never mind, i found a way arround it by poking it using defb and reading data straight out of memory
