﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2557	Send Key Count 0 not to send any keys	RandomClown	Jon	"In the Send function, if you specify a count in a key as 0, the count is treated as 1.

Example:
{{{
send('{x 2} ')
send('{y 1} ')
send('{z 0} ')
}}}

Output:
{{{
xx y z 
}}}

Makes it more cumbersome to substitute the value with a variable, since the variable is likely to be 0"	Feature Request	closed	3.3.11.0	AutoIt		None	Completed	Send	
