The mi_save_set_count() function

The mi_save_set_count() function returns the number of rows in a save set.

Syntax

mi_integer mi_save_set_count(save_set)
   MI_SAVE_SET *save_set;
save_set
A pointer to an MI_SAVE_SET structure that a previous call to mi_save_set_create() created.
Valid in client LIBMI application? Valid in user-defined routine?
Yes Yes

Return values

>=0
The number of rows in the save set.
MI_ERROR
The function was not successful.