Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IF (pending =
Message
From
06/02/2004 06:29:26
 
 
To
06/02/2004 06:24:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00874751
Message ID:
00874759
Views:
18
>can you describe it how it is not equal to space(9)

If actcod = '123456789' then actcod cannot also equal 9 spaces. You are setting actcod = '123456789' at the top of your routine before the IF statement. Then your IF is conditional upon pending = "I" .AND. actcod = SPACE(9) which it cannot be since actcod = '123456789'
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform