﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1044	StdErr constants for Run()	GEOSoft		"I'm not sure if the docs are wrong here or not

{{{
0x8 ($STDERR_MERGED) = Provides the same handle for STDOUT and STDERR. Implies both $STDOUT_CHILD and $STDERR_CHILD.
}}}

however

{{{
4 + 2 = 6, and BitOR(4, 2) = 6 or 
$STDERR_CHILD + $STDOUT_CHILD = 6 and
BitOR($STDERR_CHILD, $STDOUT_CHILD) = 6
}}}
That being the case, where does the 0x8 come from?"	Bug	closed		Documentation	3.3.0.0	None	No Bug		
