Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.doc to .txt
Message
From
11/03/2010 02:41:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
.doc to .txt
Miscellaneous
Thread ID:
01453860
Message ID:
01453860
Views:
123
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
Next
Reply
Map
View

Click here to load this message in the networking platform