[Top] [Prev] [Next] [Bottom] [Contents]

SaSetMaxLoops

Sets the maximum number of loops that a BeginLoop...EndLoop will iterate. The default is 1500. This is a safety value since an infinite loop is possible although unlikely.

Synopsis

#include "SaRnHtml.h"
int SaSetMaxLoops SUTPROTO((int loops));

Arguments

loops
Number specifying the max loop iterations.

Return Values

Returns 0.

Description

Sets the maximum number of loops that a BeginLoop...EndLoop will iterate. The default is 1500. This is a safety value since an infinite loop is possible although unlikely.

Example

SaSetMaxLoops(10000);

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.