Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 19 TupleList : TupleList Operations : tibasTupleList_Get()

tibasTupleList_Get()
Function
Declaration
tibas_status tibasTupleList_Get(
tibasTupleList tupleList,
tibasTuple*    tuple,
tibas_int      index) )
Purpose
Returns the tuple stored at position index in the list.
Parameters
 
Remarks
Use the tibasTupleList_Get() function to return a tuple that is at a specified index position in a specified tuple list.
Before you call tibasTupleList_Get(), call tibasTupleList_Size() to determine the size of the list. The value that you specify with the index parameter should not be larger than the size of the list.
See Also
tibasTupleList_Size()
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved