Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
.doc to .txt
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
.doc to .txt
Divers
Thread ID:
01453860
Message ID:
01453860
Vues:
125
I would like to convert .doc into plain text - i have opened the doc - how can i transfer the text to my m.txt file? Perhaps there is a more direct route than the one i have started.

many thanks
k
objWord = CreateObject("Word.Application")
objWord.Documents.Open ("C:\mydirectory\mydata.doc")
objWord.visible = .F.

??? move text to m.txt

modify file m.txt
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform