Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_tally works different way in vfp6 and vfp7
Message
From
13/09/2002 05:56:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
_tally works different way in vfp6 and vfp7
Miscellaneous
Thread ID:
00700075
Message ID:
00700075
Views:
65
Dear All,

please try these couple of code in vfp6 and then in vfp7 as well.
select * from <>
? _tally
Dimension laTest(_tally)
? _tally
Display Memory like laTest

after executing these commands i assumed that laTest array variable will contains the number of elements, which was selected by the sql command.
in vfp6 this is the case
but unfortunatelly in vfp7 you will receive an array only with ONE element!!!!
it looks that the dimension command is also affect the _tally value.
or am i wrong?

thank you
Ivan
Next
Reply
Map
View

Click here to load this message in the networking platform