terro Posted April 4, 2011 Posted April 4, 2011 Dear All, Could you please help me to store every sentence of a .doc document (not a .txt) inside an array 1rst sentence in $i[0] 2nd sentence in $i[1] etc.. thank you for helping Guillaume
water Posted April 4, 2011 Posted April 4, 2011 You could use the Word UDF which is part of AutoIt to open the word document and the _WordGetText function which can be found to extract the text.Then you have to split the text at every "." My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Andreik Posted April 4, 2011 Posted April 4, 2011 ^ agree but maybe will be better split by ". ", maybe somewhere in text will be "..."
terro Posted April 4, 2011 Author Posted April 4, 2011 Thank you very much I will have a look Guillaume
terro Posted April 4, 2011 Author Posted April 4, 2011 You could use the Word UDF which is part of AutoIt to open the word document and the _WordGetText function which can be found to extract the text.Then you have to split the text at every "."Dear Wateryou mentioned _WordGetTextI could not find this _WordGetText function in word.au3 or in AutoIt helpAny idea ?thank youGuillaume
water Posted April 5, 2011 Posted April 5, 2011 _WordGetText function is at the end of the code box I mentioned in my last post (or please see this ) My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now