[Top] [Prev] [Next] [Bottom]
[Contents]
SaVbsDecl
Prints a VB Script Dim statement and a newline character to standard out.
#include "savbs.h"
int SaVbsDecl(char* msg);
Argument
msg
A string specifying variable to declare.
Returns an integer with a value of 0 if successful and a value of 1 if msg is either NULL or an empty string.
Prints a VB Script Dim statement and a newline character to standard out.
The code fragment:
SaVbsDecl("num");
will write:
Dim num\n
to the output stream.
SaVbsB, SaVbsCommE, SaVbsE, SaVbsEndIf, SaVbsFuncTrue, SaVbsFuncFalse
SaVbsMsgBox, SaVbsPrint, SaVbsIsLower, SaVbsIsUpper, SaVbsNotDigit
SaVbsLenNe, SaVbsLenZero, SaVbsCommB, SaVbsExitF, SaVbsEndF
SaVbsNext, SaVbsElse, SaVbsStdFor, SaVbsNTabs, SaVbsNLines
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.