Hi ,
does anyone know how can I watch the values of array elements in Navision Attain debugger? For example :
I have an array of integers "Iter" with dimension [30], and in the middle of debugging I want to see what's the value of Iter[26]. Watch window doesn't accept any synatx I know for array analysis. I can only see the first element and that's it
can anyone suggest me anything?
thanx in advance
0
Comments
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
you can set a message('Iter=%1',Iter);
What have you seen?
But in versions 3.70.. you see a + sign before array variable like before rec variable. when clicking + the array variable just expands, showing all elements' values.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯