terro 0 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 Share this post Link to post Share on other sites
water 2,419 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 2021-04-14 - Version 1.5.3.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2021-04-13 - Version 1.6.4.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (NEW 2021-04-13 - Version 1.4.0.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
Andreik 66 Posted April 4, 2011 ^ agree but maybe will be better split by ". ", maybe somewhere in text will be "..." When the words fail... music speaks Share this post Link to post Share on other sites
terro 0 Posted April 4, 2011 Thank you very much I will have a look Guillaume Share this post Link to post Share on other sites
terro 0 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 Share this post Link to post Share on other sites
water 2,419 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 2021-04-14 - Version 1.5.3.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2021-04-13 - Version 1.6.4.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (NEW 2021-04-13 - Version 1.4.0.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites