Modify ↓
Opened 17 years ago
Closed 17 years ago
#722 closed Bug (Duplicate)
Execute will crash when using a string with spaces.
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.12.1 | Severity: | Blocking |
| Keywords: | Execute | Cc: |
Description
ok bit of background - we had scripts that would read in variables from an ini. Some of the variables had spaces in them - in 3.2.10 the following line would be fine and run as expected
Execute("This string has spaces")
However in 3.2.12 autoit will explode and visual studio compiler will pop up... not very pretty :)
Attachments (0)
Note:
See TracTickets
for help on using tickets.

oh and the exception details were as follows : Unhandled exception at 0x00411c63 in AutoIt3.exe: 0xC0000005: Access violation reading location 0xffffffff.