Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The H-Files
Message
From
28/09/1998 09:15:43
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00141222
Message ID:
00141399
Views:
23
>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?

Bob
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform