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!
1 解決方案
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
連結已複製
2 回應
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
