Hello,
why do I get a 0 instead of 1 if I do this:
<img src="http://jb.appcentral.hu/temp/why.png" border="0" />
Trying to reach the element with three coordinates also returns a zero. "Value: " & Levels.At(0,0,0)
If I dump the content of the array, there's a single zero in it - it seems that the load command does not work as i expected and loads only zeros to an array.
Any ideas where do I go wrong?
Thanks!