﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1357	New concatenation operator for Static	trancexx		"Special concatenation operator with new '''Static''' is missing.
This shows the ''problem'':
{{{
For $i = 0 To 100
	ConsoleWrite(StringLen(_String()) & @CRLF)
Next



Func _String()

	Local Static $sString = ""Variable That Would Exceed Script Line Limit If It's All Here""

	$sString &= ""The Rest Of The Variable"" ; <- This adds over and over

	Return $sString

EndFunc
}}}"	Feature Request	closed		AutoIt		None	Rejected		
