﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3796	Execute() cause crash (-1073741819) with some strings containing punctuation.	steipal@…	Jpm	"Execute(Dec.<string>) = Crash, because ""Dec"" is a function?
Execute(String.<string>) = Crash, because ""String"" is a function?
Execute(Dec.<number><string>) = Crash, because it contain string?
Execute(.<string>) = Crash. Reason unknown to me.

Execute(Dec.<number>) = OK. Reason unknown to me.
Execute(String.<number>) = OK. Reason unknown to me.
Execute(Dec. <string>) = OK, because of space between . and string?
Execute(Bec.<string>) = OK, because ""Bec"" is NOT a function?


So the rule seem to be crash under the following scenarios:
'''Execute(valid_function.<string>)
Execute(.<string>)
'''

The example functions used (Dec, String) is arbitrary. And when I write that Execute is OK it means it does not crash. No matter if the string result is empty/error.
The bug is also present in 3.3.14.5."	Bug	closed		AutoIt	3.3.15.3	None	Works For Me	execute, crash	
