Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange Error
Message
From
30/10/2006 07:17:13
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01165449
Message ID:
01165453
Views:
14
The ? is a command.. Print.. in VFP and can't be used inside an ICASE.

But, why use ICASE at all? You can get the same result with
a = (VP_Id = 7)
>Hi All,
>
>This code give me a error WHEN i save the code ( Compilation program )
>
>A = ICASE ( ?VP_Id  = 7  , .T. , .F. )
>
>
>But this one give me nothing error...
>
>
>A = ICASE ( 7  = 7  , .T. , .F. )
>
>
>Why ?
>
>
>bernhart
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform