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

SaVbsDecl

Prints a VB Script Dim statement and a newline character to standard out.

Synopsis

#include "savbs.h"
int SaVbsDecl(char* msg);

Argument

msg

A string specifying variable to declare.

Return Values

Returns an integer with a value of 0 if successful and a value of 1 if msg is either NULL or an empty string.

Description

Prints a VB Script Dim statement and a newline character to standard out.

Example

The code fragment:

SaVbsDecl("num");
will write:

Dim num\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, SaVbsNTabs, SaVbsNLines



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

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