From:             [EMAIL PROTECTED]
 Operating system: WIN32
 PHP version:      4.0.5 CVS binaries from php4win 3/4/01
 PHP Bug Type:     COM Related
 Bug description:  False Boolean input/output doesn't work

        $COMOBJ =New COM ("whatever");
        $COMOBJ->SetBoolean= "False";   #Or 0 
        $Test = $COMOBJ->SetBoolean;
        Print "test=" . $Test;          #Always returns empty string:
                                         $Test=""
       Note: True or 1 returns 1 and is OK

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to