Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I convert Wrod file to TXT file?
Message
 
To
07/04/2001 07:40:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00493172
Message ID:
00493255
Views:
17
Ko Wisse already mentioned to you about the wdFormatTextLineBreaks being a constant. If you don't have access to a Word constants file, the value for that constant is 3.

So...
ox.application.ActiveDocument.saveas('mydoc.txt',3)

--Brad
Previous
Reply
Map
View

Click here to load this message in the networking platform