Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_Tally and other 'global' variables
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
_Tally and other 'global' variables
Miscellaneous
Thread ID:
00139598
Message ID:
00139598
Views:
107
What is the general concensus about using the global variables such as _tally.

select * from sometable into cursor somecursor
...
if _tally>0

verses

select * from sometable into cursor somecursor
...
if reccount("somecursor")>0


and other constructions. I can see using _screen as it is the only way to manipulate the fox window, but what of the others? Seems to me that if there is an 'encapsulated' way of doing things, than it should be done that way.

Just curious about other opinions.
Thanks
If they have you asking the wrong questions,
they don't have to worry about the answers.
-proverbs for paranoids #3
Next
Reply
Map
View

Click here to load this message in the networking platform