- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This happens randomly. Tooltip works OK. See screen capture:

Using VS2008 with IVF 11.0.074 on XP64

Using VS2008 with IVF 11.0.074 on XP64
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you provide us with a small but complete test case? There's not much we can do otherwise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If your array is in a module then you may need to prefix the module name in the watch window ie module_name::array_name
note also the expansion is limited to a maximum of1000 items at a time
(1:1000) (1001:2000) etc
Les
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is a local variable (declared in the subroutine where I am viewing it). It is declared as an automatic array with real :: pressure(n), where n is an integer argument. The project has 8 byte reals set as default.
I doubt I could provide some code to repeat it since it occurs at random but I will try. I found that watching Pressure(:) did make it expand properly.

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