int Ini_LineOfLastAccess (IniText handle);
Obtains the 1–based index of the line of the file the was the source of the last tag/value pair accessed by one of the Ini_Get... functions.
This information can be useful when reporting an error while processing an .ini style file.
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 |
lineNumber | integer | The 1–based index of the line of the file the was the source of the last tag/value pair accessed by one of the Ini_Get... functions. |