Jump to content

autoit

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by autoit

  1. Thanks all.. i'm a newbie to scripting world.. The info contained in the file will be used for further processing. The file may be word or text. I have idea with opening the word file: $oWordApp = _WordCreate(@ScriptDir & "\File1.doc") $oDoc = _WordDocGetCollection($oWordApp, 1) I want to know if there is any commands to read line by line from word file and split lines on certain characters. Else let me know if anything i can do with text file only. Thanks in advance...
  2. I have a word file with text something like this: Name:: Xyz Address1:: Street 1 Pin:: 48429 I need to open this file read line by line. Split line on '::'. Then get the splitted elements separately. Any help on this???
×
×
  • Create New...