﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
143	PHP-Like #Include	KentonBomb		"I've seen this posted in the Support forums many times. The request is that #Include behaves more like it's PHP Counterpart. 

For example:

{{{
If $cmdline[0] Then
     If $cmdline[1] = ""blah1""
          #Include ""FileOne.au3"";
     Else
          #Include ""FileTwo.au3"";
     EndIf
EndIf
}}}

As in, files aren't all automatically included. If they are called in a conditional loop, there can be a choice to Include a certain file. That is just one example where this could be useful. It could also be useful for including files based on different languages, et cetera. "	Feature Request	closed		AutoIt			Rejected		
