RFMENU.MenuFileCount

short MenuFileCount()

Function MenuFileCount() As Integer

Number of menu files stored in the Client memory.

Return value
The number of files found in the RF Client, after a successful ListMenuFiles command.

Parameters

Remarks
The files are created by the StoreMenu function, and deleted by the DeleteMenu function.
The file array is built by the ListMenuFiles function.
The filename may be accessed by MenuFileName.

Example

See also    RFMENU, StoreMenu, DeleteMenu, MenuFileName, ListMenuFiles