Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IF (pending =
Message
From
06/02/2004 06:01:08
 
 
To
06/02/2004 05:24:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00874751
Message ID:
00874756
Views:
9
you could use
if (pending='I' and len(allt(actdoc))=9)
...
>pending = 'I'
>actcod = '123456789'
>IF (pending = "I" .AND. actcod = SPACE(9))
> SELECT records.......
>ELSE
> SKIP
>ENDIF
>
>the condition is true but the else part execute. any idea....
robert.oh.
Previous
Reply
Map
View

Click here to load this message in the networking platform