- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
in loop constructs I mostly use the Size-intrinsic for the last index as in:
do i=1, size(array)
...
but without having a variable declared for the size, there seems to be no way in the debugger to get the information, i.e. size(array) does not work in the debugger windows, or is there a way?
Cheers
-Ralf
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't know of a way other than expanding the array and seeing how many elements are shown.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page