problem in Win98
"engel_411" <[email protected]> Mon, 23 Jul 2007 22:40:38 -0000
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
I compiled a short script in Win2000 (with AutoIt 3.2.2.0) and it
worked perfectly.
Then I used it from Win98 and told me that there was following error:
$var=IniReadSection("C:\boot.ini","operating systems")
$n=$var[0][0]
error ^
As I saw that there might have been problems with this function under
Win98 I downloaded v3.2.4.9 and recompiled my script.
Again in Win2000 it worked perfectly, while now in Win98 it just
doesn't run. No error message. Just nothing.
Did you have similar problems?
Horst