Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT SUM(foo)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00204980
Message ID:
00204988
Vues:
31
Oops!

That should read:

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

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

--Paul
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform