Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Including a file
Message
De
27/07/2001 15:38:31
 
 
À
18/07/2001 11:52:51
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Divers
Thread ID:
00532053
Message ID:
00536642
Vues:
8
>Is there a way in a template to include a file. I have this header that I would like several templates to use. For now, I have to paste it in every file. As this is a template, the ASP include command doesn't work. Is there a way to do that?

Michel --

A long answer would be to create your own preprocessor in VFP. Wouldn't be too hard.

FOR X = 1 TO list of files to open.
FileToStr()
Search for Include directive.
IF Include directive found
FileToStr()
Insert string in place of directive.
ENDIF
ENDFOR

Jay
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform