Changes between Initial Version and Version 3 of Ticket #6


Ignore:
Timestamp:
01/08/08 07:19:09 (16 years ago)
Author:
Jon
Comment:

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  
    11WHen 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}}}
    45With 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}}}
    79Version of AudoIt being used:
    8103.2.10.0