Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which is better IF (!SEEK(UPPER(expr))
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Which is better IF (!SEEK(UPPER(expr))
Miscellaneous
Thread ID:
00530269
Message ID:
00530269
Views:
53
Which these two are better,faster,etc.

IF (NOT SEEK(UPPER(expr)))
...
ENDIF
or
m.var = UPPER(expr)
IF (NOT SEEK(m.var))
...
ENDIF


Regards
Bhavbhuti
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Next
Reply
Map
View

Click here to load this message in the networking platform