The information in this article applies to:
SUMMARY
You can use CodeView to display a single element of a Fortran array using
?arrayname(x,x,x), where "arrayname" consists of the first six
characters of the array name and "(x,x,x)" must be a valid cell in the
array.
MORE INFORMATIONFORTRAN stores array elements in column-major order. Use the following formula to determine the address where any cell (i,j,k) is stored, where Max_Row is the maximum i possible and Max_Col is the maximum j possible:
"Size of elements" is the number of bytes of each element in the
array.
CodeView 4.0, 4.01, 4.05, and 4.1 do not have a FORTRAN expression evaluator and incorrectly display the array in the locals window. Additional query words: nofps kbinf 3.00 3.50 4.00 4.10
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |