Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The H-Files
Message
 
 
À
28/09/1998 09:15:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
00141222
Message ID:
00141415
Vues:
29
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform