tibasStringList_Size()

Returns the number of strings in the a specified string list.

Declaration

tibas_status tibasStringList_Size
     (tibasStringList stringList,
      tibas_int* size)

Parameters

Parameter Description
stringList The StringList object on which the operation is invoked.
size The number of strings in the list.

Remarks

Use the tibasStringList_Size() function to determine the size of a specified string list.