Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Loneliness is ... NOT being #INCLUDE
Message
De
29/05/1997 14:23:19
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00034104
Message ID:
00034123
Vues:
35
>>Let's say I have:
>>
>>* PROGRAM1.PRG
>>#INCLUDE c:\temp\special.prg
>>? test*2
>>RETURN
>>
>>* c:\temp\special.prg
>>test=5
>>
>>
>>
>>An error is generated saying "test" is undefined.
>>
>>I thought #INCLUDE includes the file.
>>If the file is included, why is "test" undefined?
>>
>>Thanks,
>>Gene
>
>#DEFINE test 5

Dave,

I actually want to have the line say:

test=5

Want I am trying to do is to include special code (not just test=5).

I may actuaaly have in the file to be included:

DO WHILE .t.
whatever
ENDDO
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform