Opened on Jan 7, 2008 at 9:47:16 PM
Closed on Jan 7, 2008 at 10:11:46 PM
Last modified on Jan 13, 2008 at 9:50:38 AM
#6 closed Bug (Rejected)
StringInStr not reporting error — at Version 3
| Reported by: | Volly | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.10.0 | Severity: | |
| Keywords: | Cc: |
Description (last modified by )
WHen using string in string, I made a mistake in the code. I did this:
$stendSSB = StringInStr($read,'td width="100%"',18)
With 18 in the casesence slot, I should have gotten a error saying the command was badly formatted. I got no error at all. I should have coded the line like thia:
$stendSSB = StringInStr($read,'td width="100%"',0,18)
Version of AudoIt being used:
3.2.10.0
Change History (3)
comment:2 by , on Jan 7, 2008 at 10:11:46 PM
| Resolution: | → rejected |
|---|---|
| Status: | new → closed |
Nobug error is only reported on occurrence error as described in the doc
comment:3 by , on Jan 8, 2008 at 7:19:09 AM
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.

Look in description field