﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2641	SetError and SetExtended - range for 32bit	mlipok	guinness	"Please correct in 
SetError.txt and SetExtended.txt

now there is:

{{{
@error is limited between the values of -2147483647 to 2147483647.
}}}


{{{
@extended is limited between the values of -2147483647 to 2147483647.
}}}



REPRO:


{{{
_test()
ConsoleWrite(@error & @CRLF & @extended & @CRLF)
Func _test()
	SetError(-2147483648,-2147483648,0)
EndFunc
}}}

so the correct limits are:

{{{
@error is limited between the values of -2147483648 to 2147483647.
}}}


{{{
@extended is limited between the values of -2147483648 to 2147483647.
}}}
"	Bug	closed	3.3.11.4	Documentation	3.3.11.3	None	Fixed		
