Jump to content

FytosX

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by FytosX

  1. Last but not least ... the language ... is it a popular one? Is it C or C++? Because if it is I think I will add to the "to do" list
  2. And I was looking for this ... I wrote automation to check the URLS from bookmarks manager but takes time and you can't do anything else HEY I'm NOT a programmer, wish I was!! So after finding the bookmarks to be same name different URL I created one more to remove by name ... yeah I know ... kid's stuff for you but hey for a non-programmer is better than nothing But before getting into the deep with this I thought I will do a specific search with autoit in mind and here I am. Unfortunately the script does not work, doesn't run and obviously does not compile either. I hope you work it out William. Laterz guys.
  3. All nice and good ... small problem ... -------------------------------------------------------------- ; Script Start - Add your code below here #include <Array.au3> #include <Constants.au3> $open = FileOpenDialog ( "Select html containing exported bookmarks", "", "HTML file (*.html)", 3 ) $save = FileSaveDialog ( "Where do you want to save modified bookmark file?", "", "HTML file (*.html)", 18 ) ProgressOn ( "Please wait", "Scanning bookmark file for bookmarks", "", Default, Default, 18 ) $oIE = FileReadToArray ( $open ) <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ERROR: FileReadToArray(): Undefined function ; That is line 26. $num = @extended Local $old[$num] For $h = 0 To $num - 1 Step 1 $old[$h] = StringStripWS ( $oIE[$h], 3 ) Next Local $old2[$num] $num2 = 0
×
×
  • Create New...