﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
6	StringInStr not reporting error	Volly		"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"	Bug	closed		AutoIt	3.2.10.0		rejected		
