.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact

TUNING


Rewind2 command
Used in a Server.Load script to restart the loop, up to a maximum of n iterations, if n is specified.

If the script contains a BeginLoop2 statement, the next command executed is the one immediately following the BeginLoop2 statement. If n is not specified, the Rewind2 command executes indefinitely.

Syntax

Rewind2 <n>

Where:


Parent topic: Server.Load commands

Related reference
BeginLoop2 command
Server.Load script conventions