[Top] [Prev] [Next] [Bottom]
[Contents]
SaVbsNLines
Prints newline characters to standard out.
#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.
Prints newline characters to standard out.
The code fragment:
SaVbsNLines("5");
will write:
\n\n\n\n\n
to the output stream.
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.