Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29323 Discussions

the integer variable is displayed as #00000000 instead of 0 or #00000001 instead of 1

nvh10
New Contributor I
1,436 Views

Hello everyone,

I defined the type of variable is integer and the attribute is allocatable. In the local window of visual studio, the variable is displayed as #00000000 instead of 0 or #00000001 instead of 1. 

I want to change the variable display in the local window, please help me!

Thank you very much!

Labels (1)
0 Kudos
1 Solution
jimdempseyatthecove
Honored Contributor III
1,400 Views

Your integer display mode is set to hexadecimal. 

Right-Click on the #00000001, then uncheck hexadecimal display.

 

Intel moderator - I notice that hexadecimal display does not show real(s) in hex format.

 

Jim Dempsey

View solution in original post

2 Replies
jimdempseyatthecove
Honored Contributor III
1,401 Views

Your integer display mode is set to hexadecimal. 

Right-Click on the #00000001, then uncheck hexadecimal display.

 

Intel moderator - I notice that hexadecimal display does not show real(s) in hex format.

 

Jim Dempsey

nvh10
New Contributor I
1,355 Views
0 Kudos
Reply