﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2876	_GUICtrlRichEdit_Paste - proposal	mLipok	Jpm	"small Script CleanUp and changed FindFirstBMP()


{{{
Func FindFirstBMP($sPath = Default)
	If $sPath = Default Then
		$sPath = RegRead(""HKEY_LOCAL_MACHINE\SOFTWARE"" & ((@AutoItX64) ? ""\Wow6432Node"":"""") & ""\AutoIt v3\AutoIt"", ""InstallDir"") & ""\Examples\GUI\Advanced\Images""
	EndIf
	Local $hFind, $sBmpFilspc
	$hFind = FileFindFirstFile($sPath & ""\*.bmp"")
	$sBmpFilspc = FileFindNextFile($hFind)
	FileClose($hFind)
	Return $sPath & ""\"" & $sBmpFilspc
EndFunc   ;==>FindFirstBMP

}}}
"	Feature Request	closed	3.3.13.20	Documentation		None	Fixed		
