when i was playing with programming on the c64 i was 8....
anyway thank you thats more or less what i needed, seems to be a bit simpler to understand than the tutorial, i'm not saying the tutorial was bad, i just didn't understand it, maybe i'm a bit dumb but thank you.
So am i to understand then (from the tutorial and what is above) that if i wanted a "grid" of 10x10 i'd have an array like :
DIM stuff(10,10)
and if i wanted to write something to say 5th column second row it'd be like :
stuff(5,2)=69
and then of course to output it it would be
Print Stuff(5,2)
Seems so obvious now, i don't know why i couldn't figure it out from the tutorial.
I can see from your smile, you're not here for the sunset.