Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays and undefined error
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01047012
Message ID:
01047023
Vues:
10
>You need to trick the compiler. Sometimes it's enough to use these brackets: []
>
>but You will probably need the following section in the PRG that uses the array without defining it
>
>
>if .T. and .F.
>    define Results[39,2]
>endif
>
Hi Frank,

The EXTERNAL ARRAY would work in most cases. Anyway, your code is overcomplicated and not entirely correct. :)
if .F.
    DIMENSION Results[1]
endif
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform