Navision Attain Debuger, dimension (array index view)

AleksasAleksas Member Posts: 9
edited 2004-06-11 in Navision DOS
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

Comments

  • RobertMoRobertMo Member Posts: 484
    I have seen this. A nice + appears before variable. If not in 3.70 then for sure in 4.0
               ®obi           
    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  • GmcGmc Member Posts: 9
    There is no way to watch array values in debugger,
    you can set a message('Iter=%1',Iter);

    RobertMo wrote:
    I have seen this. A nice + appears before variable. If not in 3.70 then for sure in 4.0
    What have you seen?
  • RobertMoRobertMo Member Posts: 484
    What I meant, you see only the first element on versions ..3.60,

    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.
               ®obi           
    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  • GmcGmc Member Posts: 9
    Sounds interesting.
Sign In or Register to comment.