613-518-1166 info@zimdatabases.com

ZIM Language Reference

SET MEMBERINTERVAL

< All Topics

Sets the interval between set-processing progress messages.

Syntax

SET MEMBERINTERVAL num

Parameters

num

Num can be:
an integer constant (e.g., 15, 200)
a variable, form field, menu item, or parameter that evaluates to an integer.

Comments

The MEMBERINTERVAL option is set to 1 by default.

The MEMBERINTERVAL option determines how many records are to be processed between messages tracking the progress of set-processing commands. Set-processing progress messages are turned on or off with the SET MEMBERCOUNT command.

Example

> set membercount on
> set member interval 10
> find Employees
  200 processed.
200 selected.
>

The number of records processed and selected are displayed in increments of ten until all records are processed.

 

See Also

$MemberCount

SET ERRORS

SET MEMBERCOUNT

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents