Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fill table until reccount()=10
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
01004462
Message ID:
01004483
Vues:
22
For i=1 to 10-Reccount('Table1')
  Insert into Table1 ((Field(1))) VALUES (1)
Next
Or:
Dimension aa[10-Reccount('Table1'),1]
aa=1
Insert Into Table1 From array aa
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform