Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK vs =SEEK
Message
From
23/07/2003 09:41:15
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00812589
Message ID:
00812755
Views:
13
>Hi Brenda,
>
>>> What does the = do anyway.
>
>In addition to Fred's reply it's also worth noting that =SEEK() returns success/failure so FOUND() becomes redundant...
>
>Regards,
>Viv


In which case (used as a function), you can use:
If Seek("whatever")
  * found
Else
  * not found
EndIf
instead of =Seek() and ignoring the returned value :)


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Reply
Map
View

Click here to load this message in the networking platform