Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing file included in the project
Message
De
28/04/2004 12:29:50
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00898980
Message ID:
00899006
Vues:
19
I have tried and this does work.

- Define a project
- include a file1.txt file with
file Message
text.

- a Main.prg with
SYS(2450,1)
MESSAGEBOX(FILETOSTR("file1.txt"))
h=FOPEN("file1.txt")
MESSAGEBOX(m.h)
FCLOSE(m.h)
Compile and run. All OK:
FILETOSTR() is ok
and
FOPEN() !!! is ok
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform