Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert RTF files to TXT format
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00563075
Message ID:
00563105
Vues:
27
You can use RichText ActiveX control that comes with VFP

loRTF = CREATEOBJECT("RICHTEXT.RichTextCtrl.1")
loRTF.TextRTF = FILETOSTR( GETFILE("RTF") )
STRTOFILE( loRTF.Text, "test.txt")
MODIFY FILE test.txt



>Does anyone know of a third-party product that will convert RTF files to TXT format? We really need a program that will run on its own (a batch program) to convert mass quantities of files on a daily basis.
>
>TIA!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform