Arrays in Axcess
troberts
Posts: 228
Can anyone tell me if a multidimensional array is legal in old axcess? I am trying to us a 2 dimensional array and every time I compile, NS3.3 locks up. My array is defined as plasma[panel][zone] I could have sworn this was completely legal. Anyone with some incite?
0
Comments
Your memory serves you well!
As long as 'panel' and 'zone' are constants and are defined before 'plasma[][]' then there should be no problem.
Will it compile if you define it thus 'plasma[1][1]'?