Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
For each record
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00816138
Message ID:
00816140
Vues:
23
You could use SCAN ENDSCAN
vpocdata = ""
SELECT vpoc
SCAN
	vpocdata = vpocdata + vpoc.name + CHR(13) + CHR(10)
ENDSCAN

>I want to build a string containing all the records in a table currently open in the data environment with the alias 'vpoc'
>
>Can I do something like this:
>
>vpocdata = ""
>
>FOR EACH record IN vpoc
> vpocdata = vpocdata + vpoc.name + CHR(13)
>ENDFOR
>
>
>tks!
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform