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

SaVbsIsUpper

Prints a VB Script statement to check if a character is upper case and a newline character to standard out.

Synopsis

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

Argument

msg
A string specifying character or variable to check if it is upper case.

Return Values

Returns an integer 0 if successful or 1 if msg is either NULL or an empty string.

Description

Prints a VB Script statement to check if a character is upper case and a newline character to standard out.

Example

The code fragment:

SaVbsIsUpper("ch");
will write:

If ch >= "A" And ch <= "Z" Then\n
to the output stream.

See Also

SaVbsB, SaVbsCommE, SaVbsE, SaVbsEndIf, SaVbsFuncTrue, SaVbsFuncFalse, SaVbsMsgBox, SaVbsPrint, SaVbsIsLower, SaVbsNotDigit, SaVbsLenZero, SaVbsLenNe, SaVbsStdFor, SaVbsCommB, SaVbsExitF, SaVbsEndF, SaVbsNext, SaVbsElse, SaVbsDecl, SaVbsNTabs, SaVbsNLines



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

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