int Ini_NumberOfSections (IniText handle);
Returns the number of sections in the tag/value pair list identified by handle.
| Input | ||
| Name | Type | Description |
| handle | IniText | A handle returned from Ini_New. It represents the list of in-memory tag/value pairs. |
| Name | Type | Description |
| numberOfSections | integer | The number of sections in the tag/value pair list identified by handle. |