Stores a boolean value in a specified field with the specified name.
      Declaration
tibas_status tibasTuple_PutBoolean
(tibasTuple  tuple,
const char*   fieldname,
tibas_boolean value)
Parameter
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | tuple | Specify the tuple into which you want to put a boolean value. | 
                  
                     | fieldname | The fieldname. | 
                  
                     | value | The boolean value to store in the tuple. | 
               
            
Remarks	
Use the tibasTuple_PutBoolean() function to put a specified boolean value in a specified field in a specified tuple.
Copyright © Cloud Software Group, Inc. All rights reserved.