in reply to Multiarray does not read correct value from a table

G'day korak,

You haven't really shown enough code; however, i is wrong — you probably want $i.

-- Ken

Replies are listed 'Best First'.
Re^2: Multiarray does not read correct value from a table
by korak (Initiate) on Jun 20, 2013 at 10:25 UTC

    I am a bit embarrassed to say: i was the problem. I forgot to use the variable $i in the multiarray. No wonder it didn't step up. Thanks a lot guys!