The first error I got for undeclared variables and found them in here after running the check
$Viewer = GUICreate ( "Embedded MODI Viewer", 640, 580,(@DesktopWidth-640)/2, (@DesktopHeight-580)/2 , _ $WS_OVERLAPPEDWINDOW + $WS_VISIBLE + $WS_CLIPSIBLINGS)
I added Dim statements so at least it would run and it did. It read the file too which was excellent but here's the problem. It froze when it opened the modi window and i had to force quit that window so that the results would pop up.
Did something go wrong with the autoit installation with those variables missing or something like that? Maybe a better question is what the WS_ variables are
All help is appreciated. I'm running Vista i that makes a difference, Office 2003.






