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


Chapter 26 StringList : StringList Operations : tibasStringList_Get()

tibasStringList_Get()
Function
Declaration
tibas_status tibasStringList_Get(
     tibasStringList stringList,
     const char** string,
     tibas_int index)
Purpose
Returns the string at a specified index position in a string list.
Parameters
 
Remarks
Use the tibasStringList_Get() function to return the string at a specified index position in a specified stringList object.
See Also
tibasStringList_Size(), tibasStringList_Free()
 

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