Changes between Initial Version and Version 3 of Ticket #6
- Timestamp:
- 01/08/08 07:19:09 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6
- Property Status changed from new to closed
- Property Resolution changed from to rejected
-
Ticket #6 – Description
initial v3 1 1 WHen using string in string, I made a mistake in the code. I did this: 2 $stendSSB = StringInStr($read,'td width="100%',18) 3 2 {{{ 3 $stendSSB = StringInStr($read,'td width="100%"',18) 4 }}} 4 5 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: 5 $stendSSB = StringInStr($read,'td width="100%',0,18) 6 6 {{{ 7 $stendSSB = StringInStr($read,'td width="100%"',0,18) 8 }}} 7 9 Version of AudoIt being used: 8 10 3.2.10.0