Returns the string at a specified index position in a string list.
      Declaration
tibas_status tibasStringList_Get(
     tibasStringList stringList,
     const char** string,
     tibas_int index)
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | stringList | The StringList object on which the operation is invoked. | 
                  
                     | string | The string returned by the operation. | 
                  
                     | index | The index position of the string to be returned by the operation. | 
               
            
Remarks
Use the tibasStringList_Get() function to return the string at a specified index position in a specified stringList object.
Copyright © Cloud Software Group, Inc. All rights reserved.