Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Arrays question
#4
rikokun Wrote: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 Smile

I'm confused by this question, too. It's an array - of course you can change the contents.

let a(3)=8 - and you've changed the fourth value (remember it starts at 0) to 8...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)