PRB: Does Not Support Logical Operations on FORTRAN StringsLast reviewed: July 17, 1995Article ID: Q22343 |
The information in this article applies to:
SYMPTOMSSet a watchpoint on a string in a FORTRAN program by using the following line:
fred.eq.'test'CodeView always returns the message "Operand types invalid for this operation."
CAUSECodeView does not support logical operations on Fortran strings (however, it does with C strings). Therefore, you cannot use the logical operator "eq" on the string for setting up the watchpoint.
|
Additional reference words: 2.20 3.00 3.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |