Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The H-Files
Message
 
 
To
28/09/1998 09:15:43
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00141222
Message ID:
00141415
Views:
28
>>The if lnRetVal = OPOS_SUCCESS, etc., evaluates correctly in my code, but I would like to follow some of this via the debugger.
>>
>>Any advice? Or am I just outta luck on this one?
>
>Isn't the whole point of using defines so that you don't HAVE to remember what the value is...
>
>So, if you are in the dbugger and see...
>
>lnRetVal = OPOS_SUCCESS
>
>return lnRetVal
>
>Then, in the calling program...
>
>if thatfunc() = OPOS_SUCCESS
>
>
>Does it really matter what that value is?
>

The problem is the debugger does not *see* OPOS_SUCCESS or any other defined constant. lnRetVal = OPOS_SUCCESS get a "Can not evaluate expression" in the debugger.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform