﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1436	Invalid helpfile/example '_INetGetSource.au3'	anonymous	Valik	"There's a small bug in the helpfile/example:
...\Au3 Version 3.3.2\Examples\Helpfile\_INetGetSource.au3
Instead of
{{{
#include <INet.au3>
ConsoleWrite(_INetGetSource('www.autoitscript.com'))
}}}
it must be
{{{
#include <INet.au3>
ConsoleWrite(_INetGetSource(http://www.autoitscript.com'))

}}}
to get it working."	Bug	closed	3.3.5.2	Documentation	3.3.2.0	None	Fixed	_INetGetSource	
