Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LlFound = seek(exp,alias) returns .t. for no values of
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00786321
Message ID:
00786339
Views:
26
>>I have a table called ii, with an index call cref (where cref is a 4 character field). It I issue the command
>>
>>llFound = SEEK(lcref,'ii')
>>
>>I get the following results
>>
>>lcref  llFound   Comment
>>0303    .T.      as expect field cref has these values
>>0403    .T.      expected .F. since there is no data for cref = 0403
>>                 confirmed this by using Select * from ii when ii.cref = lcref
>>                 and get no records
>>0503    .F.      as expected since there is no data
>>
>>What am I missing, why is llFound true for lcref = 0403
>
>Have you tested with SET EXACT ON?
>
>"OFF" can get you the .T. result...

I tied it with both settings and get .T. in both cases.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform