Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFPA/VFP source code or other way to fix C5 exception
Message
De
06/12/2020 12:55:30
Walter Meester
HoogkarspelPays-Bas
 
 
À
06/12/2020 10:45:08
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
01677317
Message ID:
01677448
Vues:
78
J'aime (1)
>What have you done to ACOPY()?

Try this
DIMENSION aPattern [1000]

aPattern[1] = 1
aPattern[2] = 2
aPattern[3] = 3

ACOPY (aPattern, aPattern, 1, 997, 4)

FOR nt = 1 TO 1000
	?? aPattern[nT]
ENDFOR
Walter,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform