Returns the tuple stored at a specified position index in a specified SpaceResult list.
      Declaration
tibas_status tibasSpaceResultList_GetTuple(
    tibasSpaceResultList resultList,
    tibasTuple*          tuple,
    tibas_int            index)
 
      Parameters
               
               
               
                  
                     | Parameter | 
                     Description | 
                  
               
               
                  
                     | resultList | 
                     The SpaceResultList object on which the function is invoked. | 
                  
                  
                     | tuple | 
                     The tuple returned by the function. | 
                  
                  
                     | index | 
                     The index position of the tuple to be returned. | 
                  
               
            
 
 
      Remarks
Use the tibasSpaceResultList_GetTuple() function to return a tuple value at a specified index position in a specified result list.
 
      
    
Copyright © Cloud Software Group, Inc. All rights reserved.