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

SaVbsNLines

Prints newline characters to standard out.

Synopsis

#include "savbs.h"
int SaVbsNLines(int n);

Argument

n
A number specifying how many newlines to print. Must be greater than zero.

Return Values

Returns an integer with a value of 0.

Description

Prints newline characters to standard out.

Example

The code fragment:

SaVbsNLines("5");
will write:

\n\n\n\n\n
to the output stream.

See Also

SaVbsB, SaVbsCommE, SaVbsE, SaVbsEndIf, SaVbsFuncTrue, SaVbsFuncFalse

SaVbsMsgBox, SaVbsPrint, SaVbsIsLower, SaVbsIsUpper, SaVbsNotDigit

SaVbsLenNe, SaVbsLenZero, SaVbsCommB, SaVbsExitF, SaVbsEndF

SaVbsNext, SaVbsElse, SaVbsStdFor, SaVbsDecl, SaVbsNTabs



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

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