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