Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT SUM(foo)
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00204980
Message ID:
00204987
Views:
26
Jeff:

Put the result into an array.

SELECT SUM(foo) ;
FROM MyFooTable ;
WHERE ;
INTO ARRAY laSumFoo

IF _TALLY > 0
WAIT WINDOW STR(laSumFoo[1])
ENDIF

--Paul

>The documentation seems to imply that the above is possible... Im trying to get a total of a (filtered) field.. How can I dump the above into a variable
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform